mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 18:31:54 +00:00
7 lines
143 B
JavaScript
7 lines
143 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
|
module.exports = {
|
|
preset: "ts-jest",
|
|
automock: false,
|
|
testEnvironment: "node",
|
|
};
|