We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Why is that ?
The text was updated successfully, but these errors were encountered: