1.0.5 • Published 11 years ago

tape-run-atom-shell v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
11 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

11 years ago

1.0.4

11 years ago

1.0.3

11 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago