mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-06-02 18:52:17 +00:00
613f0b2559
* process.exit() only exist in a node.js environment * updateInterval has been removed from upstream From upstream commit: https://github.com/jasmine/jasmine/commit/b6eb9a4d5e7ea886e3ec1c270930b6098e75efc0 * Update Jasmine to 3.4.0 * Reuse the evalInContext helper * Fix expected parse result to match the actual result * 'describe' cannot be nested inside 'it' blocks Jasmine started to explicitly raise an error in these cases since: https://github.com/jasmine/jasmine/pull/1411 * Be consistent about how to refer to library files * Update link to Jasmine's official website
title: $:/plugins/tiddlywiki/jasmine/readme This plugin provides a framework for running tests in the browser and under Node.js. It is based on [[Jasmine|https://jasmine.github.io/]] test framework. [[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/jasmine]]