diff --git a/test/qunit/README.txt b/test/qunit/README.txt index d5d198956bd..a103a4db238 100644 --- a/test/qunit/README.txt +++ b/test/qunit/README.txt @@ -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. \ No newline at end of file diff --git a/test/qunit/tests/paired-collection-creator.html b/test/qunit/tests/list-of-pairs-collection-creator.html similarity index 100% rename from test/qunit/tests/paired-collection-creator.html rename to test/qunit/tests/list-of-pairs-collection-creator.html diff --git a/test/qunit/tests/paired-collection-creator.js b/test/qunit/tests/list-of-pairs-collection-creator.js similarity index 100% rename from test/qunit/tests/paired-collection-creator.js rename to test/qunit/tests/list-of-pairs-collection-creator.js