throw together some scuffed integration testing infra
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"lint": "eslint --ext js,ts,tsx .",
|
||||
"lint-fix": "pnpm lint -- --fix",
|
||||
"test": "vitest --coverage --no-watch",
|
||||
"test-dev": "vitest",
|
||||
"test-dev": "vitest --ui",
|
||||
"format": "prettier --write .",
|
||||
"build": "pnpm -r run build",
|
||||
"start": "pnpm -C packages/website run start",
|
||||
@@ -16,11 +16,12 @@
|
||||
"@itsmapleleaf/configs": "^1.1.5",
|
||||
"@rushstack/eslint-patch": "^1.1.4",
|
||||
"@types/eslint": "^8.4.5",
|
||||
"@vitest/ui": "^0.21.0",
|
||||
"c8": "^7.12.0",
|
||||
"eslint": "^8.20.0",
|
||||
"node": "^16.16.0",
|
||||
"prettier": "^2.7.1",
|
||||
"typescript": "^4.7.4",
|
||||
"c8": "^7.12.0",
|
||||
"vitest": "^0.20.3"
|
||||
},
|
||||
"resolutions": {
|
||||
|
||||
Reference in New Issue
Block a user