• Robert Knight's avatar
    Fix error after an automatic incremental rebuild whilst running tests · 4b6c491f
    Robert Knight authored
    When running tests in `gulp watch` mode, the initial run passed but
    subsequent changes resulted in an error in the `merge-descriptors`
    package, related to PhantomJS.
    
    I haven't looked deeply into the problem but it does look like a
    familiar issue related to Proxyquire trying to 'call through' to the
    original imports in the module. Adding the '@noCallThru' flag in
    guest-test.coffee resolves the issue.
    4b6c491f
Name
Last commit
Last update
h Loading commit data...
scripts Loading commit data...
.hound.yml Loading commit data...
.jscsrc Loading commit data...
.jshintignore Loading commit data...
.jshintrc Loading commit data...
gulpfile.js Loading commit data...
package.json Loading commit data...