jasmine-node
jasmine-node copied to clipboard
jasmine-node file.js take long time
Dear support , i am very new to jasmine-node and node in general so please excuse my information.
my file has one line
console.log('hi world!');
when i run
jasmine-node file.js
its take long time , 45 sec to see the output
root@server [~]# jasmine-node test.js
Finished in 0.001 seconds
0 tests, 0 assertions, 0 failures, 0 skipped
Why is that ?