switch to ESM and update config/test wiring

Signed-off-by: CrazyMax <[email protected]>
This commit is contained in:
CrazyMax
2026-02-28 02:05:32 +01:00
parent 4fda753335
commit 546120eb48
9 changed files with 76 additions and 259 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import {beforeEach, describe, expect, test} from 'vitest';
import * as context from '../src/context';
import * as context from '../src/context.js';
describe('getInputs', () => {
beforeEach(() => {