1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Remove import x statements (#20594)

* Clear out most import x

* Update rimraf use

* Move up readme blocks in scripts
This commit is contained in:
Kevin Heis
2021-07-29 13:28:30 -07:00
committed by GitHub
parent 1ed18e1448
commit b29e37318a
84 changed files with 590 additions and 563 deletions

View File

@@ -5,11 +5,10 @@ import {
previewAnchor,
prependDatedEntry,
} from '../../script/graphql/build-changelog.js'
import xFs from 'fs'
import fs from 'fs/promises'
import MockDate from 'mockdate'
import readFileAsync from '../../lib/readfile-async.js'
import readJsonFile from '../../lib/read-json-file.js'
const fs = xFs.promises
const expectedChangelogEntry = readJsonFile('./tests/fixtures/changelog-entry.json')
const expectedUpdatedChangelogFile = readJsonFile('./tests/fixtures/updated-changelog-file.json')