diff options
author | EuAndreh <eu@euandre.org> | 2024-02-23 06:05:19 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-02-23 06:05:21 -0300 |
commit | c36bf8e3577da31cf6d575879c7e92d3e9c7e4f1 (patch) | |
tree | 4fd5414e76490e297c4c770ff35e09149ef3658f /tests/js/web.js | |
parent | Remove C code and cleanup repository (diff) | |
download | papod-c36bf8e3577da31cf6d575879c7e92d3e9c7e4f1.tar.gz papod-c36bf8e3577da31cf6d575879c7e92d3e9c7e4f1.tar.xz |
Big cleanup
- delete all SQLite Node-API code: we'll use the C++ one instead;
- implement hero.mjs, with tests!
- use ESM all over.
Diffstat (limited to 'tests/js/web.js')
-rw-r--r-- | tests/js/web.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/js/web.js b/tests/js/web.js deleted file mode 100644 index 6562433..0000000 --- a/tests/js/web.js +++ /dev/null @@ -1,7 +0,0 @@ -const { runTests } = require("../runner.js"); -const { } = require("../../src/web.js"); - -const tests = [ -]; - -runTests(tests); |