We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00fe98e commit f129264Copy full SHA for f129264
__tests__/main.test.ts
@@ -49,7 +49,7 @@ describe('main', () => {
49
debug: true
50
})
51
await run(action)
52
- expect(execute).toBeCalledTimes(13)
+ expect(execute).toBeCalledTimes(14)
53
expect(rmRF).toBeCalledTimes(1)
54
expect(exportVariable).toBeCalledTimes(1)
55
0 commit comments