Skip to content

Commit 23876c7

Browse files
committed
Update test
1 parent 9131016 commit 23876c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"tslint": "5.18.0"
106106
},
107107
"dependencies": {
108-
"@dojo/webpack-contrib": "8.0.0-alpha.1",
108+
"@dojo/webpack-contrib": "file:~/Projects/opensource/webpack-contrib/dist/release/dojo-webpack-contrib-8.0.0-pre.tgz",
109109
"@typescript-eslint/eslint-plugin": "2.34.0",
110110
"@typescript-eslint/parser": "2.34.0",
111111
"caniuse-lite": "1.0.30000973",

tests/unit/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ describe('command', () => {
166166
return main.run(getMockHelper(), { target: 'electron' }).then(() => {
167167
assert.isTrue(mockDistConfig.called);
168168
assert.isTrue(mockElectronTestConfig.called);
169-
assert.isTrue(mockLogger.calledWith('stats', ['dist config', 'electron config']));
169+
assert.isTrue(mockLogger.calledWith(stats, ['dist config', 'electron config']));
170170
});
171171
});
172172

0 commit comments

Comments
 (0)