diff --git a/compiler/scripts/copyright.js b/compiler/scripts/copyright.js index 02f5d1dd5d..2ef9870f3e 100644 --- a/compiler/scripts/copyright.js +++ b/compiler/scripts/copyright.js @@ -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", ], });