UNPKG

under-the-sun

Version:

A nothing-new-under-the-sun testing framework.

6 lines (5 loc) 129 B
/** Register a test to run. */ declare const test: ( description: string, exercise: () => void | PromiseLike<void> ) => void