Skip to content

Commit 54f658e

Browse files
committed
Remove stale babel and jest configurations.
1 parent ee63243 commit 54f658e

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

packages/node-integration-tests/babel.config.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/node-integration-tests/jest.config.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1-
const path = require('path');
2-
3-
const sentryNodePath = path.join(path.dirname(__dirname), 'node');
4-
const sentryTracingPath = path.join(path.dirname(__dirname), 'tracing');
5-
61
const config = {
72
transform: {
83
'^.+\\.ts$': 'ts-jest',
94
},
105
testEnvironment: 'node',
116
testMatch: ['**/test.ts'],
12-
moduleNameMapper: {
13-
'@sentry/node': sentryNodePath,
14-
'@sentry/tracing': sentryTracingPath,
15-
},
167
moduleFileExtensions: ['js', 'ts'],
178
};
189

0 commit comments

Comments
 (0)