Files
bun.sh/test/ecosystem/underscore.test.ts
Ashcon Partovi 2f1733b48f More test
2023-12-01 15:37:42 -08:00

11 lines
229 B
TypeScript

import { runTests } from "./harness";
runTests({
package: "underscore",
repository: "https://github.com/jashkenas/underscore",
ref: "1.13.6",
paths: ["test/*.js"],
runner: "qunit",
todo: true, // Too many errors
});