UNPKG
@as-pect/snapshots
Version:
latest (8.1.0)
8.1.0
8.0.1
8.0.0
7.0.1
7.0.0
6.2.1
6.2.0
6.1.0
6.0.0
5.0.1
5.0.0
4.0.0
3.2.7
3.2.6
3.2.2
3.2.0
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0-beta.3
3.1.0-beta.2
3.1.0-beta.0
3.1.0-alpha.0
A package for dealing with snapshots
@as-pect/snapshots
/
jest.config.js
6 lines
(5 loc)
•
147 B
JavaScript
View Raw
1
2
3
4
5
6
export
default
{
preset
:
'ts-jest/presets/default-esm'
,
collectCoverage
:
false
,
testPathIgnorePatterns
: [
"/assembly/"
,
"/node_modules/"
], };