summaryrefslogtreecommitdiff
path: root/tests/js/utils.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Big cleanupEuAndreh2024-02-231-130/+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-45/+45
|
* tests/js/: Run the files directlyEuAndreh2023-11-101-2/+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.
* tests/js/utils.js: Remove test on "new Date()" objectsEuAndreh2023-11-101-8/+0
|
* Initial project structureEuAndreh2023-11-091-0/+135