import * as socketIo from "https://deno.land/x/socket_io@0.2.0/test_deps.ts";
Logging library with the support for terminal and file outputs. Provides interfaces for building custom loggers.
Functions
Make an assertion, error will be thrown if | |
Make an assertion that | |
Make an assertion that | |
Make an assertion that | |
Make an assertion that actual is not null or undefined. If not then throw. | |
Make an assertion, error will be thrown if | |
Make an assertion that | |
Make an assertion that | |
Make an assertion that | |
Make an assertion that | |
Make an assertion that | |
Make an assertion that | |
Make an assertion that | |
Executes a function which returns a promise, expecting it to reject. | |
Make an assertion that | |
Make an assertion that actual includes expected. If not then throw. | |
Executes a function, expecting it to throw. If it does not, then it throws. | |
Log with critical level, using default logger. | |
Log with debug level, using default logger. | |
Registers a test suite. | |
Deep equality comparison used in assertions | |
Log with error level, using default logger. | |
f fail | Forcefully throws a failed assertion |
Get a logger instance. If not specified | |
f info | Log with info level, using default logger. |
f it | Registers an individual test case. |
Serves HTTP requests with the given handler. | |
Setup logger config. | |
Use this to stub out methods that will throw when invoked. | |
Use this to assert unreachable code. | |
Log with warning level, using default logger. |
Interfaces
Registers a test suite. | |
I it | Registers an individual test case. |
Type Aliases
Union of valid log level strings | |