mock-browser
Advanced tools
Comparing version 0.90.23 to 0.90.24
@@ -45,3 +45,3 @@ /** | ||
gulp.task('watch', function () { | ||
gulp.task('watch', [ 'test' ], function () { | ||
gulp.watch([ paths.src, paths.tests ], [ 'test' ]); | ||
@@ -48,0 +48,0 @@ }); |
{ | ||
"name": "mock-browser", | ||
"version": "0.90.23", | ||
"version": "0.90.24", | ||
"description": "A mock browser with window, document, location, navigation, local and session storage to use for client side code tests in a node environment.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -129,3 +129,3 @@ #Mock Browser | ||
_Coming soon..._ | ||
There is an [open source project](https://github.com/darrylwest/enigma-keyword-client) that uses not only MockBrowser for tests but AbstractBrowser as a foundation for the client's _browser_ object. | ||
@@ -150,2 +150,2 @@ ## Tests | ||
- - - | ||
<p><small><em>copyright © 2014 rain city software | version 0.90.23</em></small></p> | ||
<p><small><em>copyright © 2014 rain city software | version 0.90.24</em></small></p> |
23514