1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-03-20 02:16:56 +00:00

DEBUG: only run my tests for development, remove before PR merge

This commit is contained in:
lin onetwo 2024-07-29 23:24:32 +08:00
parent 8cbf85592d
commit a075303932

View File

@ -12,7 +12,8 @@ The main module of the Jasmine test plugin for TiddlyWiki5
/*global $tw: true */
"use strict";
var TEST_TIDDLER_FILTER = "[all[tiddlers+shadows]type[application/javascript]tag[$:/tags/test-spec]]";
// DEBUG: only run my tests for development, remove before PR merge
var TEST_TIDDLER_FILTER = "[[test-wikitext-serialize.js]]";
var TESTS_DONE = false;
exports.testsWereRun = function() {