UNPKG
@ng-apimock/cypress-plugin
Version:
latest (3.0.0)
3.0.0
2.2.1
2.2.0
2.1.0
2.0.0
1.1.0
1.0.2
1.0.1
1.0.0
Cypress plugin for ng-apimock
github.com/ng-apimock/cypress-plugin
ng-apimock/cypress-plugin
@ng-apimock/cypress-plugin
/
jest.config.js
7 lines
(6 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= { collectCoverage:
true
, preset:
'ts-jest'
, testEnvironment:
'node'
, modulePathIgnorePatterns: [
'<rootDir>/dist/'
] };