Skip to content

Commit

Permalink
Chore: fix failing test (#44)
Browse files Browse the repository at this point in the history
fixes #43
  • Loading branch information
tjenkinson committed Jul 3, 2021
1 parent af96cc5 commit 593fbe3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/lib/config-array-factory.js
Expand Up @@ -2241,12 +2241,12 @@ describe("ConfigArrayFactory", () => {
}
`,
"plugins/.eslintrc.yml": `
plugins:
- test
rules:
test/foo: 2
env:
test/bar: true
plugins:
- test
rules:
test/foo: 2
env:
test/bar: true
`
}
});
Expand Down

0 comments on commit 593fbe3

Please sign in to comment.