lhisp-oauth-client/jest.config.js
Leandro Costa 5290488dba
All checks were successful
CI Pipeline / build-and-test (push) Successful in 1m38s
CI Pipeline / publish (push) Successful in 20s
feat: setup jest to ignore dist folder
2025-06-27 14:13:44 -03:00

6 lines
198 B
JavaScript

/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
testPathIgnorePatterns: ["<rootDir>/dist/", "<rootDir>/node_modules/"],
};