We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6af1d0 commit a9e7172Copy full SHA for a9e7172
packages/request-node/jest.config.js
@@ -3,18 +3,4 @@ const jestCommonConfig = require('../../jest.config');
3
/** @type {import('jest').Config} */
4
module.exports = {
5
...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
20
};
0 commit comments