UNPKG

355 Btext/coffeescriptView Raw
1path = require 'path'
2index = path.join __dirname, '../bin/next-update.js'
3TWO_MINUTES = 120000
4
5gt.module 'single module check',
6 setup: ->
7 process.chdir path.join(__dirname, 'test-next-updater')
8 teardown: ->
9 process.chdir __dirname
10
11gt.async '--skip -m check-types', ->
12 gt.exec 'node', [index, '--skip', '--m check-types'], 0
13, TWO_MINUTES