ptomato / jasmine-gjs

Jasmine for GJS
MIT License
20 stars 8 forks source link

Should fail if nonexistent file passed on command line #26

Closed ptomato closed 4 years ago

ptomato commented 6 years ago

jasmine glhjgflhjlfjhldf.js outputs this:

Started

No specs found

Finished in 0 s

and exits with code 0.

This can mask an error in your build system if you are passing the wrong files to Jasmine. It should print that one or more files given on the command line were not found, and exit with an error code.