• 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
guest-test.coffee 14.8 KB