UNPKG
serialize-killer
Version:
latest (1.0.0)
1.0.0
Make your objects unserializable.
serialize-killer
/
jest.config.js
16 lines
(15 loc)
•
321 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
@type
{import('ts-jest').JestConfigWithTsJest} */
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, testPathIgnorePatterns: [
'/node_modules/'
,
'<rootDir>/lib/'
], clearMocks:
true
, transform: {
'^.+\\.tsx?$'
: [
'ts-jest'
, { isolatedModules:
true
, }, ], }, };