1.0.5 • Published 9 years ago

tape-run-atom-shell v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

tape-run-atom-shell

A tape test runner that runs your tests in atom-shell

cat tests/*.js | tape-run-atom-shell

or

browserify tests/*.js | tape-run-atom-shell

You need to have atom-shell and tape locally or globally

Gotchas

atom-shell is not really a browser.

__dirname is global which may break tests.

For now I suggest running with browserify or such as thats what you're testing anyhows ;)

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago