Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Updates E2E TODO to migrate to SuperDeno
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesseanwright committed Sep 4, 2020
1 parent b315bd6 commit 159e121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 159e121

Please sign in to comment.