@dandre3000/testing
v1.0.4
Published
A collection of runtime agnostic testing utilities with a jest-like api. Exports describe, it, expect, an assertion library and an alias for the test runner of the current runtime.
Maintainers
Readme
testing
A collection of runtime agnostic testing utilities with a jest-like api. Exports describe, it, expect, an assertion library and an alias for the test runner of the current runtime.
Installation
npm install @dandre3000/testingUsage
import { assertLib, describe, expect, it, test } from '@dandre3000/testing'