UNPKG
startercodeforcicdpipeline
Version:
latest (3.1.2)
3.1.2
1.0.0
This is my starter code for my TYPESCRIPT CI CD PIPELINE
startercodeforcicdpipeline
/
bookstore-project
/
jest.config.js
7 lines
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
7
/**
@type
{import('ts-jest').JestConfigWithTsJest} **/
module
.
exports
= { testEnvironment:
"node"
, transform: {
"^.+.tsx?$"
: [
"ts-jest"
,{}], }, };