Skip to content

Commit

Permalink
doc(readme): debug browser test
Browse files Browse the repository at this point in the history
  • Loading branch information
redgeoff committed Jan 3, 2018
1 parent 5b80d5e commit ad67d4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -85,3 +85,7 @@ See [js-seed](https://github.com/redgeoff/js-seed) for a complete working exampl
## Notes

As per https://github.com/domenic/chai-as-promised/releases/tag/v7.0.0, chai-as-promised 7 isn't supported by PhantomJS 2.1.14. Hopefully a later version of PhantomJS will support it or we'll need to transpile chais-as-promised

## Misc

A hacky way to debug the browser tests is to use print statements in the form `window.results.failures.push({ title: 'my msg' });`

0 comments on commit ad67d4a

Please sign in to comment.