Converted specs to esm

This commit is contained in:
Alexander Cerutti
2025-01-11 16:39:37 +01:00
parent cbececb4f0
commit 3e5a70fc5b
4 changed files with 13 additions and 16 deletions

12
jest.config.mjs Normal file
View File

@@ -0,0 +1,12 @@
// @ts-check
/**
* @type {import("jest").Config}
*/
export default {
moduleFileExtensions: ["js", "mjs", "cjs"],
testEnvironment: "node",
testMatch: ["**/specs/**/*.spec.mjs"],
injectGlobals: false,
};