Skip to content

Commit

Permalink
test: change with-next-sass to with-sass (#73670)
Browse files Browse the repository at this point in the history
## Summary

Follow up #73548 and #73633.
#73548 changed the `with-next-sass` to `with-sass` directory.
However, some tests still use old `with-next-sass` name.
This PR updates them.

Co-authored-by: Sam Ko <[email protected]>
  • Loading branch information
JamBalaya56562 and samcx authored Dec 9, 2024
1 parent abe7310 commit a0f8570
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/run-for-change.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
4 changes: 2 additions & 2 deletions test/turbopack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/turbopack-dev-examples-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions test/turbopack-dev-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0f8570

Please sign in to comment.