mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
fix test failures for newer ver of node (#42)
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
* the License.
|
||||
*/
|
||||
|
||||
// note: polyfill here can be removed when everyone is using node >= 6.4.0
|
||||
|
||||
'use strict';
|
||||
|
||||
(function(scope) {
|
||||
|
@@ -289,7 +289,7 @@ describe('proxy destroy tests...', function() {
|
||||
});
|
||||
});
|
||||
|
||||
test('destroy from implementation side', function() {
|
||||
test('destroy from implementation side', function(done) {
|
||||
inst.close();
|
||||
|
||||
inst.getArg1()
|
||||
|
Reference in New Issue
Block a user