UNPKG

npm-audit-sarif

Version:

A tool for converting npm-audit json output to sarif format

10 lines (9 loc) 290 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ["**/*.test.ts"], collectCoverage: true, coverageReporters: ['lcov','clover'], collectCoverageFrom: ["src/**/*.{js,jsx,ts,tsx}", "!src/**/*.d.ts"] };