summaryrefslogtreecommitdiff
path: root/tests/runner.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Big cleanupEuAndreh2024-02-231-36/+0
| | | | | | - delete all SQLite Node-API code: we'll use the C++ one instead; - implement hero.mjs, with tests! - use ESM all over.
* tests/runner.js: Replace hand-rolled assert with "node:assert" moduleEuAndreh2023-11-161-11/+0
|
* tests/js/: Run the files directlyEuAndreh2023-11-101-14/+5
| | | | | Instead of dynamically `import()`ing them in `tests/runner.js`, make each test file instead load `tests/runner.js` and run its own tests.
* Initial project structureEuAndreh2023-11-091-0/+56