diff --git a/src/tests/dist/built-output.test.ts b/src/tests/dist/built-output.test.ts index d362fb2..a9d2b67 100644 --- a/src/tests/dist/built-output.test.ts +++ b/src/tests/dist/built-output.test.ts @@ -41,7 +41,7 @@ describe('built llms outputs', () => { expect(content).not.toMatch(/\bghp_[A-Za-z0-9]{36,}\b/); expect(content).not.toMatch(/\.cache[/\\]/); expect(content).not.toMatch(/[A-Za-z]:\\/); - expect(content).not.toMatch(/node_modules/); + expect(content).not.toMatch(/node_modules[/\\]/); }); });