Testing, qunit: rename paired-collection-creator test to match actual mvc script, update README to include silent error warning

This commit is contained in:
Carl Eberhard
2015-05-07 13:26:39 -04:00
committed by John Chilton
parent 19d00d6ac6
commit a0bd971beb
3 changed files with 7 additions and 0 deletions
+7
View File
@@ -23,3 +23,10 @@ From Web Browser (no additional dependencies):
Just open test HTML file in Web Browser.
Note:
The combination of requirejs and phantomjs used to load some of these
scripts can lead to error suppression. If any of the dependencies of the
scripts you're requiring throw an error, grunt+phantom+require will not
show a visible error (even with --verbose and/or --debug). You will instead
see a timeout error thrown from phantomjs.
This generally(?) applies only to errors when evaluating the dependency.