@abp/ng.schematics 5.0.1 → 5.1.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abp/ng.schematics",
3
- "version": "5.0.1",
3
+ "version": "5.1.1",
4
4
  "description": "Schematics that works with ABP Backend",
5
5
  "keywords": [
6
6
  "schematics"
package/test-setup.js CHANGED
@@ -1,4 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  require("jest-preset-angular/setup-jest");
4
+ const testing_1 = require("@angular/core/testing");
5
+ const testing_2 = require("@angular/platform-browser-dynamic/testing");
6
+ testing_1.getTestBed().resetTestEnvironment();
7
+ testing_1.getTestBed().initTestEnvironment(testing_2.BrowserDynamicTestingModule, testing_2.platformBrowserDynamicTesting(), {
8
+ teardown: { destroyAfterEach: false },
9
+ });
4
10
  //# sourceMappingURL=test-setup.js.map
package/test-setup.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"test-setup.js","sourceRoot":"","sources":["../../../packages/schematics/src/test-setup.ts"],"names":[],"mappings":";;AAAA,0CAAwC"}
1
+ {"version":3,"file":"test-setup.js","sourceRoot":"","sources":["../../../packages/schematics/src/test-setup.ts"],"names":[],"mappings":";;AAAA,0CAAwC;AAExC,mDAAmD;AACnD,uEAGmD;AAEnD,oBAAU,EAAE,CAAC,oBAAoB,EAAE,CAAC;AACpC,oBAAU,EAAE,CAAC,mBAAmB,CAAC,qCAA2B,EAAE,uCAA6B,EAAE,EAAE;IAC7F,QAAQ,EAAE,EAAE,gBAAgB,EAAE,KAAK,EAAE;CACtC,CAAC,CAAC"}