diff --git a/apps/ssr-tests-v9/package.json b/apps/ssr-tests-v9/package.json index f20b350b3d84a1..27896f18d76f2c 100644 --- a/apps/ssr-tests-v9/package.json +++ b/apps/ssr-tests-v9/package.json @@ -15,7 +15,7 @@ "storybook": "start-storybook", "test": "jest --passWithNoTests", "type-check": "tsc -b tsconfig.json", - "test-ssr": "test-ssr \"./stories/**/*.stories.tsx\"" + "test-ssr": "test-ssr \"./src/stories/**/*.stories.tsx\"" }, "dependencies": { "@fluentui/react-components": "*"