tape
tap-producing test harness for node and browsers
Install
- All systems
-
curl cmd.cat/tape.sh
- Debian
-
apt-get install node-tape - Ubuntu
-
apt-get install node-tape - Kali Linux
-
apt-get install node-tape - Fedora
-
dnf install node-tape - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install node-tape
node-tape
tap-producing test harness for node and browsers
Tape is a tap-producing test harness for node and browsers requiring only a few line of code. It can be used for unit and integration testing. Tests are written in pure javascript, so tests could be run using Node.js. Node.js is an event-based server-side JavaScript engine.