diff --git a/apps/vr-tests-web-components/jest.config.cjs b/apps/vr-tests-web-components/jest.config.cjs deleted file mode 100644 index b33299f4e3b39..0000000000000 --- a/apps/vr-tests-web-components/jest.config.cjs +++ /dev/null @@ -1,18 +0,0 @@ -// @ts-check - -/** - * @type {import('@jest/types').Config.InitialOptions} - */ -module.exports = { - displayName: 'vr-tests-web-components', - preset: '../../jest.preset.js', - globals: { - 'ts-jest': { - tsConfig: '/tsconfig.json', - diagnostics: false, - }, - }, - transform: { - '^.+\\.tsx?$': 'ts-jest', - }, -}; diff --git a/apps/vr-tests-web-components/package.json b/apps/vr-tests-web-components/package.json index e07a49c9df426..e4241601c2b86 100644 --- a/apps/vr-tests-web-components/package.json +++ b/apps/vr-tests-web-components/package.json @@ -9,7 +9,6 @@ "format": "prettier . -w --ignore-path ../../.prettierignore", "lint": "eslint src --ext .ts,.tsx", "start": "start-storybook", - "test": "jest --passWithNoTests", "type-check": "tsc", "vr:build": "yarn build", "vr:test": "storywright --browsers chromium --url dist/storybook --destpath dist/screenshots --waitTimeScreenshot 500 --concurrency 4 --headless true" diff --git a/apps/vr-tests-web-components/tsconfig.json b/apps/vr-tests-web-components/tsconfig.json index 322f35376ef57..8dc6c2742b749 100644 --- a/apps/vr-tests-web-components/tsconfig.json +++ b/apps/vr-tests-web-components/tsconfig.json @@ -8,8 +8,7 @@ "resolveJsonModule": true, "allowJs": true, "jsx": "react", - "moduleResolution": "Node16", - "typeRoots": ["../../node_modules/@types"] + "moduleResolution": "Node16" }, "include": ["./src", "./.storybook/*"] }