/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
test/unit/package.json
61 строка
2 KB
Marco Ciampini
Test: Add private Vitest config and migrate a pilot test (#81037)
11 авг 2026, 13:45
Не верифицирован
11 авг 2026, 13:45
9f8d048
Код
Авторство
О чём код?
{ "name": "@wordpress/unit-tests", "version": "0.0.0", "description": "Unit tests for WordPress Gutenberg.", "private": true, "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "unit-tests" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/test/unit/README.md", "repository": { "type": "git", "url": "git+https://github.com/WordPress/gutenberg.git", "directory": "test/unit" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "devDependencies": { "@emotion/jest": "^11.14.2", "@flakiness/jest": "^1.3.1", "@flakiness/vitest": "^1.9.0", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@vitest/browser-playwright": "^4.1.10", "@wordpress/babel-preset-default": "file:../../packages/babel-preset-default", "@wordpress/jest-preset-default": "file:../../packages/jest-preset-default", "@wordpress/scripts": "file:../../packages/scripts", "babel-jest": "^30.4.1", "babel-plugin-transform-import-meta": "^2.3.3", "client-zip": "^2.4.5", "glob": "^7.1.2", "jest": "^30.4.1", "jest-environment-jsdom": "^30.4.1", "jest-jasmine2": "^30.4.1", "jest-junit": "^17.0.0", "jest-message-util": "^30.4.1", "jest-watch-typeahead": "^3.0.1", "jsdom": "^26.1.0", "playwright": "^1.62.1", "resize-observer-polyfill": "^1.5.1", "snapshot-diff": "^0.10.0", "timezone-mock": "^1.3.6", "vitest": "^4.1.10" }, "publishConfig": { "access": "public" }, "scripts": { "test:unit": "wp-scripts test-unit-js --config jest.config.js", "test:unit:vitest": "vitest run --config vitest.config.mjs", "test:unit:profile": "wp-scripts --cpu-prof test-unit-js --runInBand --no-cache --verbose --config jest.config.js", "test:unit:watch": "npm run test:unit -- --watch", "test:unit:debug": "wp-scripts --inspect-brk test-unit-js --runInBand --no-cache --verbose --config jest.config.js", "test:unit:routing": "node scripts/validate-test-routing.mjs" } }