From cce781e5be67eb36aeefc0bbe40cb00c09bb8e29 Mon Sep 17 00:00:00 2001 From: Oliver Shi Date: Tue, 16 Nov 2021 14:04:02 -0500 Subject: [PATCH] fix testRunner in package.json This path does not exist anymore even on my local machine. J=none TEST=manual can do "npm run test" --- sample-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-app/package.json b/sample-app/package.json index 32826962..9ef99082 100644 --- a/sample-app/package.json +++ b/sample-app/package.json @@ -134,7 +134,7 @@ "/src/**/*.{spec,test}.{js,jsx,ts,tsx}" ], "testEnvironment": "jsdom", - "testRunner": "/Users/oshi/answers-headless/react-test-site/node_modules/jest-circus/runner.js", + "testRunner": "./node_modules/jest-circus/runner.js", "transform": { "^.+\\.(js|jsx|mjs|cjs|ts|tsx)$": "/config/jest/babelTransform.js", "^.+\\.css$": "/config/jest/cssTransform.js",