mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +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>
9 lines
428 B
TypeScript
9 lines
428 B
TypeScript
import { runSecurityScannerTests } from "./bun-security-scanner-matrix-runner";
|
|
|
|
// CI Time maxes out at 3 minutes per test file. This test takes a little while
|
|
// but is useful enough justifying keeping it. This test file runs all the tests
|
|
// with an existing node modules folder. See
|
|
// ./bun-security-scanner-matrix-without-node-modules.test.ts for tests that run
|
|
// without
|
|
runSecurityScannerTests(import.meta.path, true);
|