Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Feb 6, 2025
1 parent 57cbd53 commit 064cc0d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions tests/specs/lint/lint_plugin_lifecycle/__test__.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,7 @@
"steps": [
{
"args": "lint a.ts",
"output": "lint.out",
"exitCode": 1
},
{
"args": "lint -c deno_exclude.json a.ts",
"output": "lint_exclude.out"
},
{
"args": "lint --fix a.ts",
"output": "lint_fixed.out"
"output": "lint.out"
}
]
}

0 comments on commit 064cc0d

Please sign in to comment.