There was an error while loading. Please reload this page.
1 parent ed9e586 commit cb5fcbdCopy full SHA for cb5fcbd
1 file changed
test/makeCmdTasks.spec.js
@@ -9,7 +9,8 @@ describe('makeCmdTasks', () => {
9
})
10
11
it('should return an array', async () => {
12
- expect(await makeCmdTasks('test', ['test.js'])).toBeInstanceOf(Array)
+ const array = await makeCmdTasks('test', gitDir, ['test.js'])
13
+ expect(array).toBeInstanceOf(Array)
14
15
16
it('should work with a single command', async () => {
0 commit comments