fix(core): update

This commit is contained in:
Philipp Kunz 2022-02-15 16:48:03 +01:00
parent 5798d3e808
commit cc708b29ae

View File

@ -1,5 +1,5 @@
# @pushrocks/tapbundle
tap bundled for tapbuffer
tap based testing framework for use with @gitzone/tstest
## Availabililty and Links
* [npmjs.org (npm package)](https://www.npmjs.com/package/@pushrocks/tapbundle)
@ -34,6 +34,10 @@ A few words on TypeScript
* tap compatible testing framework written in TypeScript
* `expect` and `expectAsync` from the package `@pushrocks/smartexpect`
### A few words on tap
tap stands for **test anything protocol**. Its programming language agnostic as long as the test interpreter can read the tap console output. This package is optimized to work with @gitzone/tstest as interpreter, which offers different V8 based runtime environments like nodejs, chrome, and deno.
### Write your first tests
```typescript