Skip to content

Commit 0acea26

Browse files
committed
revert config test passing []
1 parent 82bdee1 commit 0acea26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/config/test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ t.equal(typeDefs, RealConfig.typeDefs, 'exposes type definitions')
5757
t.test('construct with no settings, get default values for stuff', t => {
5858
const npmPath = t.testdir()
5959
const c = new Config({
60-
definitions: [],
60+
definitions: {},
6161
npmPath,
6262
})
6363

0 commit comments

Comments
 (0)