[ez] Fix unneeded path in copyright script
Lauren Tan committed
Apr 2, 2024 at 10:32 UTC
5516cbb7089c8c42b79f2eb169ec2eb271ae0765
1 file changed
-2
compiler/scripts/copyright.js
-2
@@ -27,8 +27,6 @@ const files = glob.sync("**/*.{js,ts,tsx,jsx}", {
27
"packages/js-fuzzer/**",
28
"**/tests/fixtures/**",
29
"**/__tests__/fixtures/**",
30
- // Special case where we need to preserve a jest directive
31
- "packages/forest-runtime/src/__tests__/DOM-test.ts",
30
],
31
});
32