console removed

pull/5370/head
aniket-engg 4 years ago committed by Aniket
parent 5b7749a50c
commit 848f064f90
  1. 1
      libs/remix-tests/tests/testRunner.cli.spec.ts

@ -19,7 +19,6 @@ describe('testRunner: remix-tests CLI', () => {
test('remix-tests help', () => {
const res = spawnSync(executablePath, ['-h'])
console.log('res---->', res.stdout.toString().trim())
const expectedHelp = `Usage: remix-tests [options] [command]
Options:

Loading…
Cancel
Save