Skip to content

Commit 9b615eb

Browse files
committed
✅ Test: update test to serial
1 parent ecb1d74 commit 9b615eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/getConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ test('read config from a .sgcrc_default', (t) => {
3838
t.deepEqual(getConfig(), json.readToObjSync(path.join(cwd, '.sgcrc_default')));
3939
});
4040

41-
test('read config from package.json', (t) => {
41+
test.serial('read config from package.json', (t) => {
4242
const sgcrc = json.readToObjSync(path.join(fixtures, '.sgcrc'));
4343
const packageJson = json.readToObjSync(path.join(cwd, 'package.json'));
4444

0 commit comments

Comments
 (0)