Skip to content

Commit

Permalink
fix(test): update renamed packaged name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Donovan-Ye committed Dec 8, 2023
1 parent 198ae98 commit 9ae70c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/fixtures.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function runWithConfig(name: string, configs: OptionsConfig, ...items: ConfigIte
})
await fs.writeFile(join(target, 'eslint.config.js'), `
// @eslint-disable
import donovan from '@donovan/eslint-config'
import donovan from 'eslint-config-donovan'
export default donovan(
${JSON.stringify(configs)},
Expand Down

0 comments on commit 9ae70c4

Please sign in to comment.