I have a compound js application. I only generated scaffold using
compound g scaffold user name surname
This command also created test/controllers/users-controllers-test.js file. I have tried ruuning this test as "npm test".
But on windows, it gave error as "Error: ENOENT, stat '.........\test\*\*
'
And on linux/centos, it gave an error like "ReferenceError: describe is not defined"
Please help me out to understand what exactly I am missing...
Please need an aswer asap as it stucks my work.
Thanks in advance, Waiting for positive answers,
Thanks