1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-19 13:41:19 +02:00

fix integration tests (#5673)

This commit is contained in:
Dalibor Tošić
2024-07-04 17:01:38 +02:00
committed by GitHub
parent c46c421530
commit 1056934eaf

View File

@@ -31,7 +31,7 @@
"test": "yarn run test:mocha && yarn run test:jest",
"test:custom": "mocha --require ./config/babel/register.cjs ./packages/slate/test/index.js",
"test:inspect": "yarn test --inspect-brk",
"test:integration": "yarn dlx playwright install --with-deps && run-p -r serve playwright",
"test:integration": "playwright install && run-p -r serve playwright",
"test:integration-local": "run-p -r serve playwright",
"test:mocha": "mocha --require ./config/babel/register.cjs ./packages/{slate,slate-history,slate-hyperscript}/test/**/*.{js,ts}",
"test:jest": "jest --config jest.config.js",