Skip to content

Commit a9e7172

Browse files
remove babel
1 parent b6af1d0 commit a9e7172

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

packages/request-node/jest.config.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,4 @@ const jestCommonConfig = require('../../jest.config');
33
/** @type {import('jest').Config} */
44
module.exports = {
55
...jestCommonConfig,
6-
transform: {
7-
'^.+\\.(ts|tsx)$': [
8-
'ts-jest',
9-
{
10-
tsconfig: '<rootDir>/tsconfig.json',
11-
},
12-
],
13-
'^.+\\.js$': ['babel-jest', { configFile: './babel.config.js' }],
14-
},
15-
transformIgnorePatterns: ['/node_modules/(?!(graphql-request|@superfluid-finance/sdk-core)/)'],
16-
extensionsToTreatAsEsm: ['.ts', '.tsx'],
17-
moduleNameMapper: {
18-
'^(\\.{1,2}/.*)\\.js$': '$1',
19-
},
206
};

0 commit comments

Comments
 (0)