Skip to content

Commit ac39a6b

Browse files
committed
Use V8 code coverage
1 parent 046b94e commit ac39a6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const isCI = require("is-ci");
33
/** @type {Partial<import("@jest/types").Config.DefaultOptions>} */
44
module.exports = {
55
testMatch: ["**/test/**/*.spec.ts"],
6+
coverageProvider: "v8",
67
collectCoverageFrom: [
78
"<rootDir>/src/**/*",
89
"!<rootDir>/src/lualib/**/*",

0 commit comments

Comments
 (0)