mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 22:25:24 +00:00
13 lines
212 B
JavaScript
13 lines
212 B
JavaScript
// @ts-check
|
|
|
|
/**
|
|
* @type {import("jest").Config}
|
|
*/
|
|
|
|
module.exports = {
|
|
moduleFileExtensions: ["js", "mjs", "cjs"],
|
|
testEnvironment: "node",
|
|
testMatch: ["**/specs/**/*.spec.cjs"],
|
|
injectGlobals: false,
|
|
};
|