Skip to content

Commit

Permalink
[test] Add fixtures for watch test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Oct 1, 2011
1 parent 836ea31 commit f636447
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fixtures/watch/.foreverignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
ignore*
3 changes: 3 additions & 0 deletions test/fixtures/watch/daemon.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
console.log('Hello!');
setTimeout(process.exit, 2000);

1 change: 1 addition & 0 deletions test/fixtures/watch/file
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* hello, I know nodejitsu. */
Empty file added test/fixtures/watch/removeMe
Empty file.

0 comments on commit f636447

Please sign in to comment.