From 5516cbb7089c8c42b79f2eb169ec2eb271ae0765 Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Tue, 2 Apr 2024 10:32:22 -0400 Subject: [PATCH] [ez] Fix unneeded path in copyright script --- compiler/scripts/copyright.js | 2 -- 1 file changed, 2 deletions(-) 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", ], });