From 5ba73ba009e1867b2b3bbf67de72841445d7c77c Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Thu, 6 Apr 2023 14:34:13 +0200 Subject: [PATCH] Updating test --- packages/framer-motion/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/framer-motion/package.json b/packages/framer-motion/package.json index 7603aac77c..8bbc36b7ed 100644 --- a/packages/framer-motion/package.json +++ b/packages/framer-motion/package.json @@ -46,7 +46,7 @@ "clean": "rm -rf types dist lib", "test": "yarn test-server && yarn test-client", "test-ci": "yarn test", - "test-client": "jest --config jest.config.json --max-workers=2 animators/js/__tests__/animate.test.ts", + "test-client": "jest --config jest.config.json --max-workers=2", "test-server": "jest --config jest.config.ssr.json ", "test-watch": "jest --watch --coverage --coverageReporters=lcov --config jest.config.json", "test-appear": "yarn run collect-appear-tests && start-server-and-test 'pushd ../../; python -m SimpleHTTPServer; popd' http://0.0.0.0:8000 'cypress run -s cypress/integration/appear.chrome.ts --config baseUrl=http://localhost:8000/'",