blob: 801eae7383cdf5729d6e559b1292a12f394783ce [file]
/**
* File that should mimic a file that is required for the tests to run. This file is used
* to ensure that the Karma bazel rules properly include the file in the ConcatJS bundle.
*/
define('e2e_karma/init-test', [], () => {
window['__testInitialized'] = true;
});