Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 1247553

Browse files
committed
drop tests
1 parent 1c71ca9 commit 1247553

8 files changed

Lines changed: 116 additions & 1742 deletions

File tree

package/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@
1010
"build": "tsup --minify",
1111
"test": "jest"
1212
},
13-
"keywords": ["next", "react", "feature flags", "feature toggling", "flags"],
13+
"keywords": [
14+
"next",
15+
"react",
16+
"feature flags",
17+
"feature toggling",
18+
"flags"
19+
],
1420
"homepage": "https://happykit.dev/",
1521
"repository": {
1622
"type": "git",
@@ -21,15 +27,16 @@
2127
"react": ">=16.13.1"
2228
},
2329
"dependencies": {
30+
"@testing-library/dom": "^10.4.1",
2431
"nanoid": "3.2.0"
2532
},
2633
"devDependencies": {
2734
"@babel/core": "7.17.0",
2835
"@babel/preset-env": "7.16.11",
2936
"@babel/preset-typescript": "7.16.7",
3037
"@sheerun/mutationobserver-shim": "0.3.3",
31-
"@testing-library/jest-dom": "5.16.5",
32-
"@testing-library/react": "13.3.0",
38+
"@testing-library/jest-dom": "6.9.1",
39+
"@testing-library/react": "16.3.0",
3340
"@testing-library/react-hooks": "8.0.1",
3441
"@types/cookie": "0.4.1",
3542
"@types/jest": "27.4.0",

0 commit comments

Comments
 (0)