switch to ESM and update config/test wiring
Signed-off-by: CrazyMax <[email protected]>
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user