build: add bazel test rules for remainder of packages (#21053)
PR Close #21053
This commit is contained in:
@ -15,6 +15,9 @@ jasmine.DEFAULT_TIMEOUT_INTERVAL = 100;
|
||||
// we will call `__karma__.start()` later, once all the specs are loaded.
|
||||
__karma__.loaded = function() {};
|
||||
|
||||
window.isNode = false;
|
||||
window.isBrowser = true;
|
||||
|
||||
System.config({
|
||||
baseURL: '/base',
|
||||
defaultJSExtensions: true,
|
||||
|
Reference in New Issue
Block a user