ng-mocks 14.13.2 → 14.13.4
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/index.d.ts +0 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2517,7 +2517,6 @@ export declare const ngMocks: {
|
|
|
2517
2517
|
onMockBuilderMissingDependency?: "throw" | "warn" | "i-know-but-disable" | null;
|
|
2518
2518
|
onMockInstanceRestoreNeed?: "throw" | "warn" | "i-know-but-disable" | null;
|
|
2519
2519
|
onTestBedFlushNeed?: "throw" | "warn" | "i-know-but-disable" | null;
|
|
2520
|
-
defaultStandalone?: boolean | null;
|
|
2521
2520
|
}): void;
|
|
2522
2521
|
};
|
|
2523
2522
|
/**
|