We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
// bootstrap.js load('/path/to/env.js'); load('/path/to/jasmine.js'); ...
// example.js load('/path/to/bootstrap.js'); load('/path/to/Player.js'); load('/path/to/PlayerSpec.js'); jasmine.getEnv().addReporter(...); jasmine.getEnv().execute();
(note) jasmine.TrivialReporter can not be used as the reporter class.
There was an error while loading. Please reload this page.