Merge remote-tracking branch 'upstream/feature-async-ops' into HEAD

This commit is contained in:
toby 2017-04-12 17:18:55 -04:00
commit eb7d966a0c
269 changed files with 1197 additions and 94422 deletions

View file

@ -8,6 +8,7 @@
* @copyright Crown Copyright 2017
* @license Apache-2.0
*/
import Chef from "../src/core/Chef.js";
(function() {
/**
@ -93,5 +94,8 @@
// Singleton TestRegister, keeping things simple and obvious.
window.TestRegister = new TestRegister();
global.TestRegister = global.TestRegister || new TestRegister();
})();
export default global.TestRegister;