pull/3233/head
filip mertens 2 years ago
parent e7c53b72f9
commit 6a2344d643
  1. 2
      libs/remix-tests/tests/testRunner.cli.spec.ts

@ -32,8 +32,10 @@ describe('testRunner: remix-tests CLI', function(){
it('remix-tests help', () => {
const res = spawnSync(executablePath, ['-h'])
const expectedHelp = `Usage: remix-tests [options] [command] <file_path>
Arguments:
file_path path to test file or directory
Options:
-V, --version output the version number
-c, --compiler <string> set compiler version (e.g: 0.6.1, 0.7.1 etc)

Loading…
Cancel
Save