Skip to content

Commit ed5ea5b

Browse files
committed
fix jest
1 parent f2e0743 commit ed5ea5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
'^.+\\.tsx?$': [
1212
'ts-jest',
1313
{
14-
tsconfig: 'tsconfig.json',
14+
tsconfig: 'tsconfig.cjs.json',
1515
isolatedModules: true // Speeds up tests & ignores TS errors
1616
}
1717
]

test/integration/deployments.int.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { StatusCodes } from 'http-status-codes';
2-
import * as nock from 'nock';
2+
import nock from 'nock';
33
import { v4 as uuidv4 } from 'uuid';
44
import { OpenApiSource, SpecInvalidError, Tadata } from '../../src';
55
import { ErrorCode } from '../../src/http/schemas';

0 commit comments

Comments
 (0)