@yelon/testing 12.0.8 → 12.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @license ng-yunzai(devcui@outlook.com) v12.0.8
2
+ * @license ng-yunzai(devcui@outlook.com) v12.0.12
3
3
  * (c) 2020 devcui https://github.com/hbyunzai/yelon/
4
4
  * License: MIT
5
5
  */
6
6
  (function (global, factory) {
7
7
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core/testing'), require('@angular/platform-browser'), require('ng-zorro-antd/dropdown')) :
8
8
  typeof define === 'function' && define.amd ? define('@yelon/testing', ['exports', '@angular/core/testing', '@angular/platform-browser', 'ng-zorro-antd/dropdown'], factory) :
9
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.yelon = global.yelon || {}, global.yelon.testing = {}), global.ng.core.testing, global.ng.platformBrowser, global['ng-zorro-antd/dropdown']));
10
- }(this, (function (exports, testing, platformBrowser, dropdown) { 'use strict';
9
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.yelon = global.yelon || {}, global.yelon.testing = {}), global.ng.core.testing, global.ng.platformBrowser, global["ng-zorro-antd/dropdown"]));
10
+ })(this, (function (exports, testing, platformBrowser, dropdown) { 'use strict';
11
11
 
12
12
  /**
13
13
  * @license
@@ -410,5 +410,5 @@
410
410
 
411
411
  Object.defineProperty(exports, '__esModule', { value: true });
412
412
 
413
- })));
413
+ }));
414
414
  //# sourceMappingURL=testing.umd.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yelon/testing",
3
- "version": "12.0.8",
3
+ "version": "12.0.12",
4
4
  "author": "devcui<devcui@outlook.com>",
5
5
  "license": "MIT",
6
6
  "main": "bundles/testing.umd.js",