summaryrefslogtreecommitdiff
path: root/src/test/run.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run.js')
-rw-r--r--src/test/run.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/run.js b/src/test/run.js
new file mode 100644
index 0000000..4325a40
--- /dev/null
+++ b/src/test/run.js
@@ -0,0 +1,8 @@
+(async () => {
+ await include("/test/Test.js");
+ Test.include([
+ "Policy",
+ "XSS",
+ "embargoed/XSS",
+ ]);
+})();