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.
npm install @dandre3000/testingimport { assertLib, describe, expect, it, test } from '@dandre3000/testing'