Skip to content

Commit

Permalink
#0: load new eslint config in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Jun 30, 2024
1 parent 505acf1 commit 879e9c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,9 @@ export function mockSetup(isDeploy) {
path.resolve(__dirname, '../boilerplate/files/.beautyamp.json')
),
'.prettierrc': fsmock.load(path.resolve(__dirname, '../boilerplate/files/.prettierrc')),
'.eslintrc': fsmock.load(path.resolve(__dirname, '../boilerplate/files/.eslintrc')),
'.eslintignore': fsmock.load(path.resolve(__dirname, '../boilerplate/files/.eslintignore')),
'eslint.config.js': fsmock.load(
path.resolve(__dirname, '../boilerplate/files/eslint.config.js')
),
'.mcdevrc.json': fsmock.load(path.resolve(__dirname, 'mockRoot/.mcdevrc.json')),
'.mcdev-auth.json': fsmock.load(path.resolve(__dirname, 'mockRoot/.mcdev-auth.json')),
'boilerplate/config.json': fsmock.load(
Expand Down

0 comments on commit 879e9c1

Please sign in to comment.