jasmine-node icon indicating copy to clipboard operation
jasmine-node copied to clipboard

jasmine-node file.js take long time

Open beshoo opened this issue 8 years ago • 0 comments

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 ?

beshoo avatar Aug 17 '17 08:08 beshoo