Skip to content

Commit 026a13f

Browse files
committed
remove testing pieces
1 parent 544899a commit 026a13f

File tree

4 files changed

+2
-32
lines changed

4 files changed

+2
-32
lines changed

ui/.eslintignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
node_modules
2-
.vscode
3-
cypress.config.ts
2+
.vscode

ui/.eslintrc.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"env": {
33
"browser": true,
4-
"es6": true,
5-
"jest": true
4+
"es6": true
65
},
76
"extends": [
87
"eslint:recommended",

ui/package-lock.json

-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"eslint-config-next": "14.2.5",
2626
"eslint-config-prettier": "^8.5.0",
2727
"eslint-plugin-import": "^2.29.1",
28-
"eslint-plugin-jest": "^27.1.5",
2928
"eslint-plugin-jsx-a11y": "^6.6.1",
3029
"eslint-plugin-no-secrets": "^1.0.2",
3130
"eslint-plugin-prettier": "^4.2.1",

0 commit comments

Comments
 (0)