UNPKG

@gatekeeper_technology/report-utils

Version:
8 lines (7 loc) 192 B
/** @type {import('jest').Config} */ module.exports = { preset: "ts-jest", testEnvironment: "node", testMatch: ["**/test/**/*.test.js"], moduleFileExtensions: ["ts", "js", "json"], };