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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user