| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4ba883d commit 4369c6d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,14 +22,14 @@ class WatchTestCase { | |||
| 22 | 22 | } | |
| 23 | 23 | ||
| 24 | 24 | const cases = [ | |
| 25 | - // Watch on a directory should callback with a filename on supported systems | ||
| 25 | + // Watch on a file should callback with a filename on supported systems | ||
| 26 | 26 | new WatchTestCase( | |
| 27 | 27 | common.isLinux || common.isOSX || common.isWindows || common.isAIX, | |
| 28 | 28 | 'watch1', | |
| 29 | 29 | 'foo', | |
| 30 | 30 | 'filePath' | |
| 31 | 31 | ), | |
| 32 | - // Watch on a file should callback with a filename on supported systems | ||
| 32 | + // Watch on a directory should callback with a filename on supported systems | ||
| 33 | 33 | new WatchTestCase( | |
| 34 | 34 | common.isLinux || common.isOSX || common.isWindows, | |
| 35 | 35 | 'watch2', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments