Last 12 weeks · 0 commits
4 of 6 standards met
Repository: sindresorhus/gulp-jasmine. Description: Run Jasmine tests in Node.js Stars: 112, Forks: 40. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Topics: gulp-plugin, jasmine, javascript, nodejs, test-runner. Open PRs: 0, open issues: 13. Last activity: 3y ago. Community health: 71%. Top contributors: sindresorhus, jbblanchet, SamVerschueren, ehmicky, dylanb, kevva, mjeanroy, mrmusa, floatinghotpot, Richienb and others.
JavaScript
Can you update the jasmine dependency from 3.1 to 3.4 and also how do I implement an option such as in the config as in the grunt-contrib-jasmine to include jquery before I run all the tests.
While running jasmine tests, I am getting the following deprecation warning: Setting randomizeTests directly is deprecated, please use the random option in I check the code and as mentioned in readme file also that we can pass config object to jasmine.loadConfig method. This needs to be changed for new versions of jasmine and we have to use configure method. Like this