From 1056934eafa3146d3b2f4b32242fc52ebf1339d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dalibor=20To=C5=A1i=C4=87?= <36071220+dalibortosic00@users.noreply.github.com> Date: Thu, 4 Jul 2024 17:01:38 +0200 Subject: [PATCH] fix integration tests (#5673) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e95b7078..6214a2ea7 100644 --- a/package.json +++ b/package.json @@ -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",