Skip to content

Commit

Permalink
Update failing content tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Dec 7, 2024
1 parent e5b7e52 commit df8c54d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/content-env/template.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
takeScreenshot
} from '../extension-fixtures'

const exampleDir = 'examples/content-css-modules'
const exampleDir = 'examples/content-env'
const pathToExtension = path.join(__dirname, `dist/chrome`)
const test = extensionFixtures(pathToExtension, true)

Expand Down
2 changes: 1 addition & 1 deletion examples/content-esm/template.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
const __filename = fileURLToPath(import.meta.url)
const __dirname = path.dirname(__filename)

const exampleDir = 'examples/content-css-modules'
const exampleDir = 'examples/content-esm'
const pathToExtension = path.join(__dirname, `dist/chrome`)
const test = extensionFixtures(pathToExtension, true)

Expand Down

0 comments on commit df8c54d

Please sign in to comment.