[ez] Fix unneeded path in copyright script

This commit is contained in:
Lauren Tan
2024-04-02 10:32:22 -04:00
parent 0af58d6c9e
commit 5516cbb708

View File

@@ -27,8 +27,6 @@ const files = glob.sync("**/*.{js,ts,tsx,jsx}", {
"packages/js-fuzzer/**",
"**/tests/fixtures/**",
"**/__tests__/fixtures/**",
// Special case where we need to preserve a jest directive
"packages/forest-runtime/src/__tests__/DOM-test.ts",
],
});