Skip to content

Commit 61cc75d

Browse files
committed
Remove jest
1 parent f5f211d commit 61cc75d

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

benchmark/next-stylex/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"@stylexjs/babel-plugin": "^0.15.4",
2727
"@stylexjs/eslint-plugin": "^0.15.4",
2828
"@stylexjs/nextjs-plugin": "^0.11.1",
29-
"@testing-library/react": "^16.3.0",
3029
"@types/node": "24.5.2",
3130
"@types/react": "19.1.13",
3231
"@types/react-dom": "19.1.9",

benchmark/next-stylex/tsconfig.json

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"compilerOptions": {
33
"target": "es5",
4-
"types": ["jest"],
5-
"lib": ["dom", "dom.iterable", "esnext"],
4+
"lib": [
5+
"dom",
6+
"dom.iterable",
7+
"esnext"
8+
],
69
"allowJs": true,
710
"skipLibCheck": true,
811
"strict": true,
@@ -21,9 +24,19 @@
2124
}
2225
],
2326
"paths": {
24-
"@/*": ["./*"]
27+
"@/*": [
28+
"./*"
29+
]
2530
}
2631
},
27-
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "app/layout.js"],
28-
"exclude": ["node_modules"]
29-
}
32+
"include": [
33+
"next-env.d.ts",
34+
"**/*.ts",
35+
"**/*.tsx",
36+
".next/types/**/*.ts",
37+
"app/layout.js"
38+
],
39+
"exclude": [
40+
"node_modules"
41+
]
42+
}

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)