diff options
Diffstat (limited to 'test/js/third_party/body-parser/express-body-parser-test.test.ts')
-rw-r--r-- | test/js/third_party/body-parser/express-body-parser-test.test.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/js/third_party/body-parser/express-body-parser-test.test.ts b/test/js/third_party/body-parser/express-body-parser-test.test.ts index 1f95b318e..b9cd6bbac 100644 --- a/test/js/third_party/body-parser/express-body-parser-test.test.ts +++ b/test/js/third_party/body-parser/express-body-parser-test.test.ts @@ -1,3 +1,6 @@ +// @ts-nocheck +// can't use @types/express or @types/body-parser because they +// depend on @types/node which conflicts with bun-types import { test, expect } from "bun:test"; import express, { Application, Request, Response } from "express"; import { json } from "body-parser"; |