Skip to content

Commit

Permalink
Merge pull request #19307 from Snuffleupagus/rm-fuzz-test
Browse files Browse the repository at this point in the history
Remove the fuzz tests (issue 19297)
  • Loading branch information
Snuffleupagus authored Jan 8, 2025
2 parents dfbd1d5 + c32d491 commit 115af68
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 1,182 deletions.
9 changes: 0 additions & 9 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -352,15 +352,6 @@ export default [
"jasmine/prefer-toHaveBeenCalledWith": "off",
},
},
{
files: jsFiles("test/fuzz"),
rules: {
"import/no-unresolved": [
"error",
{ ignore: [".*/build/image_decoders/.*"] },
],
},
},
{
files: jsFiles("test/unit"),
rules: {
Expand Down
Loading

0 comments on commit 115af68

Please sign in to comment.