Commit bcc4e0f0 authored by yann300's avatar yann300

remove log

parent ffbf9e1a
......@@ -17,7 +17,6 @@ describe('testRunner: remix-tests CLI', () => {
describe('test various CLI options', () => {
test('remix-tests version', () => {
const res = spawnSync(executablePath, ['-V'])
console.log(res.stdout.toString())
expect(res.stdout.toString().trim()).toBe(require('../package.json').version)
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment