summaryrefslogtreecommitdiff
path: root/src/test/run.js
blob: 4325a4019359a87f9f79053141d526d6a292d87a (plain)
1
2
3
4
5
6
7
8
(async () => {
  await include("/test/Test.js");
  Test.include([
    "Policy",
    "XSS",
    "embargoed/XSS",
  ]);
})();