mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
11 lines
228 B
TypeScript
11 lines
228 B
TypeScript
import { runTests } from "./harness";
|
|
|
|
runTests({
|
|
package: "cookie-parser",
|
|
repository: "https://github.com/expressjs/cookie-parser",
|
|
ref: "1.4.6",
|
|
paths: ["test/*.js"],
|
|
runner: "mocha",
|
|
todo: true, // times out
|
|
});
|