Closed GregorBiswanger closed 5 years ago
Are you sure you need jasmine-node
? From their project page:
This project is now in maintenance mode. It is recommended to use the
jasmine
orjasmine-npm
package whenever possible.
I was able to run the tests in your repository using jasmine
by adding spec/support/jasmine.json
:
{
"spec_dir": "spec",
"spec_files": [
"**/*[sS]pec.js"
]
}
Oh! Thanks for your information.. 👍 that was not on my radar :)
Hi,
I need support for jasmine-node please. Try as example:
git clone https://github.com/GregorBiswanger/KataDictionaryReplacer.git
Best, Gregor