Skip to content

Commit

Permalink
test: fix next-sass test (#73633)
Browse files Browse the repository at this point in the history
## Why?

This [PR](#73548) updated the directory of an example (it's now `examples/with-sass`), and it broke a test.
  • Loading branch information
samcx authored Dec 7, 2024
1 parent 2caf051 commit b7c271d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { runTests } from './utils'

// Skip in Turbopack as Yarn PnP is not supported.
;(process.env.TURBOPACK ? describe.skip : describe)('yarn PnP', () => {
runTests('with-next-sass', '/', [
runTests('with-sass', '/', [
'Hello World, I am being styled using SCSS Modules',
])
})

0 comments on commit b7c271d

Please sign in to comment.