jasmine.github.io
jasmine.github.io copied to clipboard
Source for Jasmine's documentation
The new doc format is great, but since it's no longer a single long page, I can't use my browsers "find" to jump to the line I want. It would...
Jest has become very popular for the current JavaScript ecosystem (npm packages, react app unit testing, etc.). Since jest is seen widely as "jasmine, but faster and with some new...
The [docs for createSpy](https://jasmine.github.io/api/edge/jasmine.html#.createSpy) say that the function takes a second argument called "originalFn" that is described as "Function to act as the real implementation". I thought that might mean...
On ChromeOS (aka Google Chrome | 87.0.4280.109 (Official Build) (64-bit)) pages like https://jasmine.github.io/tutorials/your_first_suite use a variable-width (non code) font. Looking at the CSS, it's something about span having an explicit...
https://jasmine.github.io/1.3/introduction In version 1.x the documentation was very straightforward for getting started. I'd had another developer ask me how to write Jasmine, and I'd asked what they meant as the...
Both `stubRequest` and `respondWith` allow passing `responseHeaders`.
This might take some work to get everything wired up correctly, but a single tutorial isn't the best reference documentation for the AJAX mocking functionality. Now that we've got API...
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) and [jsdoc](https://github.com/jsdoc/jsdoc). These dependencies needed to be updated together. Updates `markdown-it` from 10.0.0 to 12.3.2 Changelog Sourced from markdown-it's changelog. [12.3.2] - 2022-01-08 Security Fix possible ReDOS in...
Bumps [marked](https://github.com/markedjs/marked) and [jsdoc](https://github.com/jsdoc/jsdoc). These dependencies needed to be updated together. Updates `marked` from 2.1.3 to 4.1.0 Release notes Sourced from marked's releases. v4.1.0 4.1.0 (2022-08-30) Features add async option...
In my humble opinion it's challenging to find where the configuration file is documented from the documentation page (note the red):  I've used Jasmine for years, so the "Getting...