Files

6 lines
116 B
TypeScript
Raw Permalink Normal View History

2026-08-27 21:09:14 +00:00
const { test, expect } = require("bun:test");
test.each([[]])("%p", array => {
expect(array.length).toBe(0);
});