Skip to content

Instantly share code, notes, and snippets.

@qcom
Created October 21, 2021 01:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qcom/d669b6408e733697b061ffc343e9e67e to your computer and use it in GitHub Desktop.
Save qcom/d669b6408e733697b061ffc343e9e67e to your computer and use it in GitHub Desktop.
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: "ts-jest",
testMatch: [
'**/__tests__/**/*.[jt]s?(x)',
'**/?(*.)+(spec|test).[jt]s?(x)',
'**/test/file-i-am-debugging.ts',
],
testPathIgnorePatterns: [
"/node_modules/",
"/deprecated/",
"/dist/",
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment