Skip to content

Commit 115af68

Browse files
Merge pull request #19307 from Snuffleupagus/rm-fuzz-test
Remove the fuzz tests (issue 19297)
2 parents dfbd1d5 + c32d491 commit 115af68

7 files changed

+0
-1182
lines changed

eslint.config.mjs

-9
Original file line numberDiff line numberDiff line change
@@ -352,15 +352,6 @@ export default [
352352
"jasmine/prefer-toHaveBeenCalledWith": "off",
353353
},
354354
},
355-
{
356-
files: jsFiles("test/fuzz"),
357-
rules: {
358-
"import/no-unresolved": [
359-
"error",
360-
{ ignore: [".*/build/image_decoders/.*"] },
361-
],
362-
},
363-
},
364355
{
365356
files: jsFiles("test/unit"),
366357
rules: {

0 commit comments

Comments
 (0)