Closed vforv closed 7 years ago
Fuge runs its tests from the fuge config file (usually fuge.yml) to link it to your package.json tests add test: npm test
to have fuge run your npm tests. Hope that helps - let me know on this thread if you still have problems and I'll send a more detailed example - Thanks!
I got this result when I run fuge test...
I have test script in package.json... like this:
"test": "lab -a code -t 100 -L -v -T ./node_modules/lab-transform-typescript",
Why it not run?