Skip to content

Commit 3a1210a

Browse files
test(unity-react-core): remove dataLayer test script as its called in playwright test
1 parent a5aac8b commit 3a1210a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/unity-react-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"create": "plop",
3232
"dev": "yarn storybook & yarn testui",
3333
"lint": "eslint --fix 'src/**/*.{js,jsx}' --ignore-path ../../.eslintignore",
34-
"test": "vitest --watch=false && yarn test-datalayer",
34+
"test": "vitest --watch=false",
3535
"test:accessibility": "playwright test",
3636
"testui": "vitest --ui",
3737
"start:dev": "webpack-dashboard -- webpack serve -c webpack/webpack.dev.js",

0 commit comments

Comments
 (0)