mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 10:21:55 +00:00
9 lines
205 B
JavaScript
9 lines
205 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
|
module.exports = {
|
|
preset: "ts-jest",
|
|
automock: false,
|
|
testEnvironment: "node",
|
|
rootDir: "./lib/",
|
|
modulePathIgnorePatterns: ["./dist/"],
|
|
};
|