mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8 lines
231 B
JavaScript
8 lines
231 B
JavaScript
'use strict';/**
|
|
* @deprecated Please use testing instead
|
|
*/
|
|
function __export(m) {
|
|
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
}
|
|
__export(require('./testing'));
|
|
//# sourceMappingURL=test.js.map
|