Files
2026-08-27 21:09:14 +00:00

6 lines
116 B
TypeScript

const { test, expect } = require("bun:test");
test.each([[]])("%p", array => {
expect(array.length).toBe(0);
});