Test script isn't working
See original GitHub issueWhen using create-choo-app
and running npm test
right after creating a project I first get some standard errors and complains that
‘test-deps’ is not recognized as an internal or external command, operable program or batch file.
It seems to me it might be worth updating the test script to something similar like choojs/choo uses.
We could add dependency-check
to our package and use that to test the input file. Turning the test script into:
"test": "standard && dependency-check package.json && dependency-check --unused --no-dev package.json",
I am running on Windows 10 if that makes any difference 😃
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Script Errors (What They Are and How to Fix Them)
A script error is an error that occurs when the instructions from a script can't be executed correctly for some reason.
Read more >Scripts not working on a server. Only works on test mode?
Scripts not working on a server. Only works on test mode? ; 1, function onKeyPress(actionName, userInputState, inputObject) ; 2, if userInputState = =...
Read more >FCC testing script not working - HTML-CSS
The thing is it doesn't work. Sometimes the testing button will appear, but only once, then doesn't reappear.
Read more >Scripts not working in team test mode
My friend and I are having fun in studio and I want to show him something but whenever we go into team test...
Read more >Verify if your script is working
If the script isn't firing, check that it's turned on via your dashboard. This function will be enabled once you complete the onboarding...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
test script is working now
thanks
Yeah, we should be using that. Probably include a
--ignore tachyons
as it only ever exposes CSS. A PR for this would be really helpful, thanks! 😄On Thu, Sep 14, 2017 at 2:51 PM Hendrik notifications@github.com wrote: