diff --git a/scripts/run-for-change.js b/scripts/run-for-change.js index ffa308cec1ccd..4fa4bf1c6d7ef 100644 --- a/scripts/run-for-change.js +++ b/scripts/run-for-change.js @@ -40,7 +40,7 @@ const CHANGE_ITEM_GROUPS = { 'test/integration/create-next-app', 'examples/basic-css', 'examples/with-mdx', - 'examples/with-next-sass', + 'examples/with-sass', 'examples/with-eslint', ], 'next-codemod': ['packages/next-codemod'], diff --git a/test/turbopack-build-tests-manifest.json b/test/turbopack-build-tests-manifest.json index 18f66d641665d..757e53966aa5a 100644 --- a/test/turbopack-build-tests-manifest.json +++ b/test/turbopack-build-tests-manifest.json @@ -6519,11 +6519,11 @@ "flakey": [], "runtimeError": false }, - "test/e2e/yarn-pnp/test/with-next-sass.test.ts": { + "test/e2e/yarn-pnp/test/with-sass.test.ts": { "passed": [], "failed": [], "pending": [ - "yarn PnP should compile and serve the index page correctly with-next-sass" + "yarn PnP should compile and serve the index page correctly with-sass" ], "flakey": [], "runtimeError": false diff --git a/test/turbopack-dev-examples-manifest.json b/test/turbopack-dev-examples-manifest.json index 03dc7da690ff0..2184797a01987 100644 --- a/test/turbopack-dev-examples-manifest.json +++ b/test/turbopack-dev-examples-manifest.json @@ -141,7 +141,6 @@ "with-mysql": true, "with-neo4j": true, "with-next-page-transitions": true, - "with-next-sass": true, "with-next-seo": true, "with-next-sitemap": true, "with-next-ui": true, @@ -178,6 +177,7 @@ "with-reflux": true, "with-rematch": true, "with-route-as-modal": true, + "with-sass": true, "with-segment-analytics": true, "with-segment-analytics-pages-router": true, "with-sentry": true, diff --git a/test/turbopack-dev-tests-manifest.json b/test/turbopack-dev-tests-manifest.json index bb5b91cad9661..b8fdca2413c2c 100644 --- a/test/turbopack-dev-tests-manifest.json +++ b/test/turbopack-dev-tests-manifest.json @@ -8861,11 +8861,11 @@ "flakey": [], "runtimeError": false }, - "test/e2e/yarn-pnp/test/with-next-sass.test.ts": { + "test/e2e/yarn-pnp/test/with-sass.test.ts": { "passed": [], "failed": [], "pending": [ - "yarn PnP should compile and serve the index page correctly with-next-sass" + "yarn PnP should compile and serve the index page correctly with-sass" ], "flakey": [], "runtimeError": false