summaryrefslogtreecommitdiff
path: root/tests/runner.mjs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Node.js -> GoEuAndreh2024-03-251-31/+0
|
* tests/runner.mjs: Add missing await in t.test("", () => {})EuAndreh2024-03-061-2/+2
|
* tests/runner.mjs: Use process.stderr.write() to avoid printing newlines when ↵EuAndreh2024-02-281-2/+5
| | | | not needed
* tests/runner.mjs: Remove unused `AssertionError` typeEuAndreh2024-02-281-2/+0
|
* Normalize how modules import and name each otherEuAndreh2024-02-241-2/+0
| | | | | Also add a `defaultInterceptors` variable in `src/hero.mjs` to avoid needing to redefine it in every application.
* Big cleanupEuAndreh2024-02-231-0/+32
- delete all SQLite Node-API code: we'll use the C++ one instead; - implement hero.mjs, with tests! - use ESM all over.