Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit c41224f

Browse files
committed
config.replace is not supported anymore
1 parent 674e257 commit c41224f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ describe('config', () => runOnAndOff((thing) => {
7272
})
7373
})
7474

75-
describe('replace', () => {
75+
describe.skip('replace', () => {
7676
it('replace config with file', () => {
7777
const filePath = 'test/fixtures/test-data/otherconfig'
7878
const expectedConfig = JSON.parse(fs.readFileSync(filePath, 'utf8'))

0 commit comments

Comments
 (0)