From 159e121321126d140a4eefa471a74b06672de8f6 Mon Sep 17 00:00:00 2001 From: James Wright Date: Fri, 4 Sep 2020 21:14:39 +0100 Subject: [PATCH] Updates E2E TODO to migrate to SuperDeno --- e2e-tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/README.md b/e2e-tests/README.md index 8eaf6ec..034414f 100644 --- a/e2e-tests/README.md +++ b/e2e-tests/README.md @@ -1,6 +1,6 @@ # Reno End-To-End Tests -**TODO: write a Supertest-like E2E testing util for Reno apps and use it in lieu of Node.js and Frisby** +**TODO: replace this with Deno and the brilliant SuperDeno (https://github.com/asos-craigmorten/superdeno) This end-to-end test suite requests the example app's endpoints via [Frisby](https://github.com/vlucas/frisby). As there aren't any HTTP testing tools that can run in Deno at the time of writing (I'm entertaining rolling my own...), this is built in Node.js; that said, it at least uses the same TypeScript version used by the Deno version specified in the root directory's `.deno-version` file.