We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb1d74 commit 9b615ebCopy full SHA for 9b615eb
test/getConfig.js
@@ -38,7 +38,7 @@ test('read config from a .sgcrc_default', (t) => {
38
t.deepEqual(getConfig(), json.readToObjSync(path.join(cwd, '.sgcrc_default')));
39
});
40
41
-test('read config from package.json', (t) => {
+test.serial('read config from package.json', (t) => {
42
const sgcrc = json.readToObjSync(path.join(fixtures, '.sgcrc'));
43
const packageJson = json.readToObjSync(path.join(cwd, 'package.json'));
44
0 commit comments