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;
export { BufReader, BufWriter,} from "https://deno.land/std@0.69.0/io/bufio.ts";export { StringReader } from "https://deno.land/std@0.69.0/io/readers.ts";export { StringWriter } from "https://deno.land/std@0.69.0/io/writers.ts";export { assert, assertEquals, assertStrictEquals, assertThrows, assertThrowsAsync,} from "https://deno.land/std@0.69.0/testing/asserts.ts";