Some checks failed
Tests / Backend Tests (Python) (3.10) (push) Has been cancelled
Tests / Backend Tests (Python) (3.11) (push) Has been cancelled
Tests / Backend Tests (Python) (3.12) (push) Has been cancelled
Tests / Frontend Tests (JS) (push) Has been cancelled
Tests / Integration Tests (push) Has been cancelled
Tests / All Tests Passed (push) Has been cancelled
21 lines
485 B
JSON
21 lines
485 B
JSON
{
|
|
"name": "homelab-automation-frontend-tests",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:ui": "vitest --ui"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^10.0.0",
|
|
"@testing-library/user-event": "^14.5.0",
|
|
"@vitest/coverage-v8": "^2.0.0",
|
|
"@vitest/ui": "^2.0.0",
|
|
"jsdom": "^24.0.0",
|
|
"vitest": "^2.0.0"
|
|
}
|
|
}
|