Skip to main content
Module

x/oak/test_deps.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
File
// Copyright 2018-2019 the oak authors. All rights reserved. MIT license.
export { test, runTests } from "https://deno.land/std@v0.16.0/testing/mod.ts";
export { assert, assertEquals, assertStrictEq, assertThrows, assertThrowsAsync} from "https://deno.land/std@v0.16.0/testing/asserts.ts";