Skip to content

Commit

Permalink
fixup! test(jest): add unit and e2e tests via jest and nixt
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Rötsch committed Mar 22, 2018
1 parent 98ab222 commit 9aece2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/e2e.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const nixt = require('nixt')
const inputFile = resolve(__dirname, '..', '..', 'demo', 'beach.jpg')
const cliCmd = `node ${resolve(__dirname, '..', '..', 'src', 'cli.js')}`

jest.setTimeout(20000)

describe('cli api', () => {
test('no output file will print the result to stdout', cb => {
nixt()
Expand Down

0 comments on commit 9aece2e

Please sign in to comment.