mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 14:25:17 +00:00
Converted specs to esm
This commit is contained in:
12
jest.config.mjs
Normal file
12
jest.config.mjs
Normal 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,
|
||||
};
|
||||
Reference in New Issue
Block a user