Skip to content

Commit 9b6643c

Browse files
Merge pull request #1550 from ASU/fix-failing-test
test(unity-react-core): remove dataLayer test script as its called in…
2 parents a5aac8b + 3a1210a commit 9b6643c

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)