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

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
});