6 lines
241 B
TypeScript
6 lines
241 B
TypeScript
import { runSecurityScannerTests } from "./bun-security-scanner-matrix-runner";
|
|
|
|
// See ./bun-security-scanner-matrix-with-node-modules.test.ts
|
|
// for notes on what this is and why it exists
|
|
runSecurityScannerTests(import.meta.path, false);
|