/** * Tests for the patterns.json loader and the runtime-patterns migration. * * Guards two things now that Node sources its detection patterns from * patterns.json instead of hardcoded literals: * 1. The loader compiles every rule in every category it consumes (a silent * skip would mean a dropped detector). * 2. A benign corpus is never flagged by any detector (the 0% false-positive * promise). This is the regression net for future patterns.json edits. */ export {}; //# sourceMappingURL=patterns-loader.test.d.ts.map