mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
15 lines
258 B
Plaintext
15 lines
258 B
Plaintext
{
|
|
"description": "TiddlyWiki core tests",
|
|
"plugins": [
|
|
"tiddlywiki/jasmine"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--rendertiddler","$:/core/save/all","test.html","text/plain",
|
|
"--test"]
|
|
}
|
|
} |