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-2020 the oak authors. All rights reserved. MIT license.
export const test = Deno.test;
export { assert, assertEquals, assertStrictEq, assertThrows, assertThrowsAsync,} from "https://deno.land/std@0.51.0/testing/asserts.ts";