Skip to content

Commit bf5ff2e

Browse files
committed
more test
1 parent c917039 commit bf5ff2e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/replay/jest.config.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import type { Config } from '@jest/types';
22
import { pathsToModuleNameMapper } from 'ts-jest';
3+
import { jsWithTs as jsWithTsPreset } from 'ts-jest/presets';
34

45
import { compilerOptions } from './tsconfig.test.json';
56

6-
import { jsWithTs as jsWithTsPreset } from 'ts-jest/presets';
7-
87
export default async (): Promise<Config.InitialOptions> => {
98
console.log(jsWithTsPreset);
109

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// TODO Once https://github.com/microsoft/TypeScript/issues/33094 is done (if it ever is), this file can disappear, as
2+
// it's purely a placeholder to satisfy VSCode.
3+
4+
{
5+
"extends": "../tsconfig.test.json",
6+
7+
"include": ["./**/*"]
8+
}

0 commit comments

Comments
 (0)