1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-10 14:56:06 +00:00

Jasmine command (#6944)

This commit is contained in:
Cameron Fischer
2022-11-20 12:54:18 -05:00
committed by GitHub
parent 4f7b10e055
commit 8ead7e0624
7 changed files with 151 additions and 19 deletions

View File

@@ -9,6 +9,7 @@ node ./tiddlywiki.js \
--verbose \
--version \
--rendertiddler $:/core/save/all test.html text/plain \
--test \
|| exit 1
echo To run the tests in a browser, open "editions/test/output/test.html"