ng-auto-moq
Advanced tools
Comparing version 6.0.0 to 6.1.0
{ | ||
"name": "ng-auto-moq", | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"author": "dvabuzyarov(at)gmail.com", | ||
@@ -8,2 +8,3 @@ "license": "MIT", | ||
"description": "Unit tests reflector that automatically mocks dependencies with moq.ts for angular units", | ||
"type": "module", | ||
"publishConfig": { | ||
@@ -10,0 +11,0 @@ "access": "public" |
@@ -12,2 +12,5 @@ [![Build Status](https://github.com/dvabuzyarov/ng-auto-moq/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/dvabuzyarov/ng-auto-moq/) | ||
> :warning: **[Starting with the 6 version the package follows new standard of APF.](https://angular.io/guide/angular-package-format)** | ||
> Which introduced support of ES modules and drops commonjs. | ||
This is a special angular injector builder for unit testing purposes. It creates an injector configuration that | ||
@@ -22,2 +25,4 @@ automatically mocks all dependencies of tested unit with [moq.ts](https://github.com/dvabuzyarov/moq.ts). | ||
```typescript | ||
@@ -24,0 +29,0 @@ import "core-js/proposals/reflect-metadata"; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
147843
255
0
Yes