質問編集履歴
2
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -80,7 +80,7 @@
|
|
80
80
|
|
81
81
|
const stub_checkCommand = sinon.stub(checkCommand, 'Exit');
|
82
82
|
|
83
|
-
const checkCommand = require('../lib/
|
83
|
+
const checkCommand = require('../lib/CheckCommand.js')(CONST.Code);
|
84
84
|
|
85
85
|
assert.equal(stub_checkCommand.callCount, 1);
|
86
86
|
|
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -70,7 +70,7 @@
|
|
70
70
|
|
71
71
|
const rewire = require('rewire');
|
72
72
|
|
73
|
-
const checkCommand = rewire('../lib/checkCommand
|
73
|
+
const checkCommand = rewire('../lib/checkCommand.js');
|
74
74
|
|
75
75
|
|
76
76
|
|