DEV Community

Discussion on: Testing Your Deno Oak Server Applications

Collapse
 
mark_tyers_462cb6380feba1 profile image
Mark Tyers

The sample code you provide throws 41 errors!

deno 1.18.2 (release, x86_64-apple-darwin)
v8 9.8.177.6
typescript 4.5.2
Enter fullscreen mode Exit fullscreen mode

There were so many errors that the dev discussion board refused to post them since they exceeded the maximum post length.

Cheers.

Collapse
 
craigmorten profile image
Craig Morten

Hey Mark!

This post is over a year old and unfortunately with the several changes to Deno in the time since, the out of date versions listed in this tutorial are no longer compatible (there have been a number of breaking changes in Deno for bug fixes).

Recommend using the examples in the repo github.com/cmorten/superoak and always upgrading to the latest version of Oak and SuperOak for the best results 😄