Nate Fischer 81e2803c45 test: set up ava and move cd.js (#561)
* test: set up ava and move cd.js

Set up ava as the new test framework. Migrate the tests for the cd command to
use the ava framework.

* refactor: reorder imports, remove useless dep
2016-11-18 19:50:36 -08:00

5 lines
104 B
JavaScript

#!/usr/bin/env node
setTimeout(function() {
console.log('slow');
}, parseInt(process.argv[2], 10));