summaryrefslogtreecommitdiff
path: root/tests/js/web.js
blob: 6562433b446bbd33247a4c23e29c8ae8f31b76f0 (plain) (blame)
1
2
3
4
5
6
7
const { runTests } = require("../runner.js");
const { } = require("../../src/web.js");

const tests = [
];

runTests(tests);