Skip to content

Commit dc9a0ee

Browse files
committed
save
1 parent 8965560 commit dc9a0ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/commands/base.test.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ describe('BaseCommand', () => {
4949
})
5050
it('should succeed during valid program check', async () => {
5151
await expect(baseCmd.run('date')).resolves.not.toBeNull()
52-
})
53-
}, 10000)
52+
}, 10000)
53+
})
5454
})

0 commit comments

Comments
 (0)