Skip to content

Commit e575bf4

Browse files
committed
Fix for pipeline checks
1 parent d810259 commit e575bf4

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

frontend/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
"lint": "eslint",
1010
"test": "vitest run",
1111
"test:watch": "vitest",
12-
"test:coverage": "vitest run --coverage",
13-
"test:e2e": "playwright test",
14-
"test:e2e:ci": "playwright test --reporter=html"
12+
"test:coverage": "vitest run --coverage"
1513
},
1614
"dependencies": {
1715
"@stellar/freighter-api": "^6.0.1",
@@ -40,7 +38,6 @@
4038
"jsdom": "^27.0.1",
4139
"tailwindcss": "^4",
4240
"typescript": "^5",
43-
"vitest": "^2.1.9",
44-
"@playwright/test": "^1.56.0"
41+
"vitest": "^2.1.9"
4542
}
4643
}

package-lock.json

-2.79 KB
Binary file not shown.

0 commit comments

Comments
 (0)