browserify / commonjs-assert

Node.js's require('assert') for all engines
MIT License
293 stars 57 forks source link

Switch to Airtap #43

Closed goto-bus-stop closed 5 years ago

goto-bus-stop commented 5 years ago

Airtap only supports tap output, so this also switches to tape instead of mocha. I did the minimal amount of changes so the tape output isn't that interesting (not using the tape assertion functions) but it functions correctly.

Copied airtap config from https://github.com/Gozala/events.

Moves browser tests on CI to a recent node version because airtap is Node 4+ or something.

goto-bus-stop commented 5 years ago

yay, IE 9 and 10 are hanging.

BridgeAR commented 5 years ago

This is superseded by #44. @goto-bus-stop please feel free to reopen in case you disagree.