We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046b94e commit ac39a6bCopy full SHA for ac39a6b
jest.config.js
@@ -3,6 +3,7 @@ const isCI = require("is-ci");
3
/** @type {Partial<import("@jest/types").Config.DefaultOptions>} */
4
module.exports = {
5
testMatch: ["**/test/**/*.spec.ts"],
6
+ coverageProvider: "v8",
7
collectCoverageFrom: [
8
"<rootDir>/src/**/*",
9
"!<rootDir>/src/lualib/**/*",
0 commit comments