UNPKG
@mrtc0/csp-html-webpack-plugin
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
## About
github.com/mrtc0/csp-html-webpack-plugin
mrtc0/csp-html-webpack-plugin
@mrtc0/csp-html-webpack-plugin
/
jest.config.js
7 lines
(6 loc)
•
220 B
JavaScript
View Raw
1
2
3
4
5
6
7
/**
@type
{import('ts-jest').JestConfigWithTsJest} */
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, testPathIgnorePatterns: [
"<rootDir>/node_modules/"
,
"<rootDir>/dist/"
,
"<rootDir>/examples/"
] };