mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 22:25:24 +00:00
Added settings for jest
This commit is contained in:
11
jest.config.cjs
Normal file
11
jest.config.cjs
Normal file
@@ -0,0 +1,11 @@
|
||||
// @ts-check
|
||||
|
||||
/**
|
||||
* @type {import("jest").Config}
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
moduleFileExtensions: ["js", "mjs", "cjs"],
|
||||
testEnvironment: "node",
|
||||
testMatch: ["**/specs/**/*.spec.cjs"],
|
||||
};
|
||||
Reference in New Issue
Block a user