switch to ESM and update config/test wiring

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-02-27 18:28:51 +01:00
parent 48428700fb
commit 6d927c4c13
9 changed files with 81 additions and 263 deletions

View File

@@ -2,7 +2,7 @@ import {beforeEach, describe, expect, test} from 'vitest';
import * as os from 'os';
import * as path from 'path';
import * as context from '../src/context';
import * as context from '../src/context.js';
describe('getInputs', () => {
beforeEach(() => {