mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 04:40:17 +03:00
test: добавить площадку интеграционного тестирования
- добавлены consumer fixtures для React и Next.js - добавлены typecheck, production build и браузерные smoke-тесты - добавлена интеграционная проверка в CI
This commit is contained in:
@@ -45,6 +45,11 @@
|
||||
"dev": "tsup --watch",
|
||||
"test": "tsup && node --test test/*.test.mjs",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"integration:install": "npm ci --prefix integration",
|
||||
"integration:generate": "npm run build:package && npm run generate --prefix integration",
|
||||
"integration:build": "npm run build:package && npm run build --prefix integration",
|
||||
"integration:test": "npm run test:e2e --prefix integration",
|
||||
"integration:verify": "npm run build:package && npm run verify --prefix integration",
|
||||
"verify": "npm run check:skill && npm run typecheck && npm test",
|
||||
"prepack": "npm run verify && npm run build"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user