mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 04:19:37 +00:00
9 lines
186 B
JavaScript
9 lines
186 B
JavaScript
module.exports = {
|
|
preset: "ts-jest",
|
|
testEnvironment: "node",
|
|
testPathIgnorePatterns: [
|
|
"<rootDir>/__tests__/helpers.ts",
|
|
"<rootDir>/__tests__/common_helpers.ts",
|
|
],
|
|
};
|