mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
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);
|