Skip to content

Commit

Permalink
Run the test as if the end-user does
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Aug 30, 2024
1 parent de008f0 commit 9a46a29
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ async function lint(code) {
code,
formatter: "json",
config: {
plugins: [join(__dirname, "./index.mjs")],
rules: {
"oursky/flex": "error",
},
extends: [join(__dirname, "../config/oursky.mjs")],
},
});

Expand Down

0 comments on commit 9a46a29

Please sign in to comment.