spy-debugger/test/index.js
2019-04-05 14:42:10 +08:00

7 lines
188 B
JavaScript

const child_process = require('child_process')
describe("spy-debugger", function() {
it('`lib` should be ok', function () {
child_process.exec('node ./lib/index.js')
})
})