You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://GitHub.com/cmorten/superdeno/graphs/commit-activity"><imgsrc="https://img.shields.io/badge/Maintained%3F-yes-green.svg"alt="SuperDeno is maintained" /></a>
17
+
<ahref="https://GitHub.com/cmorten/superdeno/graphs/commit-activity"><imgsrc="https://img.shields.io/badge/Maintained%3F-no-green.svg"alt="SuperDeno is unmaintained" /></a>
@@ -26,6 +26,17 @@ HTTP assertions for Deno made easy via <a href="https://github.com/visionmedia/s
26
26
27
27
---
28
28
29
+
_**Now in maintenance mode:**[Deno has introduced Node and NPM compatability](https://docs.deno.com/runtime/fundamentals/node/), consider using [Supertest](https://www.npmjs.com/package/supertest) itself in
30
+
Deno!_
31
+
32
+
```ts
33
+
importsupertestfrom"npm:supertest";
34
+
```
35
+
36
+
Supertest not working for you? [Raise an issue on Deno](https://github.com/denoland/deno/issues) and keep reading for SuperDeno usage :tada:
0 commit comments