mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 23:56:18 +00:00
613f0b2559
* process.exit() only exist in a node.js environment
* updateInterval has been removed from upstream
From upstream commit:
b6eb9a4d5e
* 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
59 lines
1.6 KiB
Plaintext
59 lines
1.6 KiB
Plaintext
{
|
|
"directories": [
|
|
{
|
|
"path": "jasmine/lib",
|
|
"filesRegExp": "^.*\\.js$",
|
|
"fields": {
|
|
"type": "application/javascript",
|
|
"title": {"source": "filename", "prefix": "$:/plugins/tiddlywiki/jasmine/jasmine/"},
|
|
"module-type": "library"
|
|
}
|
|
},
|
|
{
|
|
"path": "jasmine/lib/filters",
|
|
"filesRegExp": "^.*\\.js$",
|
|
"fields": {
|
|
"type": "application/javascript",
|
|
"title": {"source": "filename", "prefix": "$:/plugins/tiddlywiki/jasmine/jasmine/filters/"},
|
|
"module-type": "library"
|
|
}
|
|
},
|
|
{
|
|
"path": "jasmine/lib/reporters",
|
|
"filesRegExp": "^.*\\.js$",
|
|
"fields": {
|
|
"type": "application/javascript",
|
|
"title": {"source": "filename", "prefix": "$:/plugins/tiddlywiki/jasmine/jasmine/reporters/"},
|
|
"module-type": "library"
|
|
}
|
|
},
|
|
{
|
|
"path": "jasmine-core/lib",
|
|
"filesRegExp": "^.*\\.js$",
|
|
"fields": {
|
|
"type": "application/javascript",
|
|
"title": {"source": "filename", "prefix": "$:/plugins/tiddlywiki/jasmine/jasmine-core/"},
|
|
"module-type": "library"
|
|
}
|
|
},
|
|
{
|
|
"path": "jasmine-core/lib/jasmine-core",
|
|
"filesRegExp": "^.*\\.js$",
|
|
"fields": {
|
|
"type": "application/javascript",
|
|
"title": {"source": "filename", "prefix": "$:/plugins/tiddlywiki/jasmine/jasmine-core/jasmine-core/"},
|
|
"module-type": "library"
|
|
}
|
|
},
|
|
{
|
|
"path": "jasmine-core/lib/jasmine-core",
|
|
"filesRegExp": "^.*\\.css$",
|
|
"fields": {
|
|
"type": "text/css",
|
|
"title": {"source": "filename", "prefix": "$:/plugins/tiddlywiki/jasmine/jasmine-core/jasmine-core/"},
|
|
"tags": "[[$:/tags/Stylesheet]]"
|
|
}
|
|
}
|
|
]
|
|
}
|