tqf
Version:
React Query hooks for Firebase.
26 lines (18 loc) • 776 B
text/typescript
/*
* For a detailed explanation regarding each configuration property and type check, visit:
* https://jestjs.io/docs/configuration
*/
export default {
// Indicates whether the coverage information should be collected while executing the test
collectCoverage: true,
// An array of glob patterns indicating a set of files for which coverage information should be collected
// collectCoverageFrom: undefined,
// The directory where Jest should output its coverage files
coverageDirectory: "coverage",
// Indicates which provider should be used to instrument code for coverage
coverageProvider: "babel",
testEnvironment: "<rootDir>/config/custom-jest-env.js",
setupFilesAfterEnv: ["./config/setup-tests.ts"],
forceExit: true,
verbose: false,
};