KJS: introduce $kotlin_test_internal$ to expose some helper functions in the tests

This commit is contained in:
Zalim Bashorov
2017-01-17 22:46:56 +03:00
parent bbd69a05dc
commit ca2930600a
5 changed files with 22 additions and 13 deletions
@@ -22,5 +22,7 @@
}
global.define = define;
global.require = require;
global.$kotlin_test_internal$ = {
require : require
};
})(this);