mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
11 lines
229 B
TypeScript
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
|
|
});
|