File size: 149 Bytes
3e05655
 
 
 
 
1
2
3
4
5
6
import { expect, test } from "bun:test"

test("disables public npm security audits", () => {
  expect(process.env.NPM_CONFIG_AUDIT).toBe("false")
})