Skip to content

Commit

Permalink
Don't suggest jasmine as a variable name, to avoid confusion with jas…
Browse files Browse the repository at this point in the history
…mine-core
  • Loading branch information
sgravrock committed Nov 2, 2024
1 parent 9066695 commit 86d27dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jasmine.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const RunnerBase = require('./runner_base');
* @extends Runner
* @example
* const Jasmine = require('jasmine');
* const jasmine = new Jasmine();
* const runner = new Jasmine();
*/
class Jasmine extends RunnerBase {
constructor(options) {
Expand Down

0 comments on commit 86d27dc

Please sign in to comment.