ng-mocks 14.0.1 → 14.0.2
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/README.md +10 -10
- 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 +6 -6
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
[<img src="https://img.shields.io/gitter/room/
|
|
1
|
+
[<img src="https://img.shields.io/gitter/room/help-me-mom/ng-mocks" alt="chat on gitter" width="90" height="20" />](https://gitter.im/ng-mocks/community)
|
|
2
2
|
[<img src="https://img.shields.io/npm/v/ng-mocks" alt="npm version" width="88" height="20" />](https://www.npmjs.com/package/ng-mocks)
|
|
3
|
-
[<img src="https://img.shields.io/circleci/build/github/
|
|
4
|
-
[<img src="https://img.shields.io/coveralls/github/
|
|
5
|
-
[<img src="https://img.shields.io/lgtm/grade/javascript/g/
|
|
3
|
+
[<img src="https://img.shields.io/circleci/build/github/help-me-mom/ng-mocks/master" alt="build status" width="88" height="20" />](https://app.circleci.com/pipelines/github/help-me-mom/ng-mocks?branch=master)
|
|
4
|
+
[<img src="https://img.shields.io/coveralls/github/help-me-mom/ng-mocks/master" alt="coverage status" width="104" height="20" />](https://coveralls.io/github/help-me-mom/ng-mocks?branch=master)
|
|
5
|
+
[<img src="https://img.shields.io/lgtm/grade/javascript/g/help-me-mom/ng-mocks" alt="language grade" width="138" height="20" />](https://lgtm.com/projects/g/help-me-mom/ng-mocks/context:javascript)
|
|
6
6
|
|
|
7
7
|
# Mock components, services and more out of annoying dependencies for simplification of Angular testing
|
|
8
8
|
|
|
@@ -30,16 +30,16 @@ The current version of the library **has been tested** and **can be used** with:
|
|
|
30
30
|
## Important links
|
|
31
31
|
|
|
32
32
|
- **[Documentation with examples of Angular testing](https://ng-mocks.sudo.eu)**
|
|
33
|
-
- [CHANGELOG](https://github.com/
|
|
34
|
-
- [GitHub repo](https://github.com/
|
|
33
|
+
- [CHANGELOG](https://github.com/help-me-mom/ng-mocks/blob/master/CHANGELOG.md)
|
|
34
|
+
- [GitHub repo](https://github.com/help-me-mom/ng-mocks)
|
|
35
35
|
- [NPM package](https://www.npmjs.com/package/ng-mocks)
|
|
36
36
|
|
|
37
|
-
* Live [example on StackBlitz](https://stackblitz.com/github/ng-mocks
|
|
38
|
-
* Live [example on CodeSandbox](https://codesandbox.io/s/github/ng-mocks
|
|
37
|
+
* Live [example on StackBlitz](https://stackblitz.com/github/help-me-mom/ng-mocks-sandbox?file=src/test.spec.ts)
|
|
38
|
+
* Live [example on CodeSandbox](https://codesandbox.io/s/github/help-me-mom/ng-mocks-sandbox?file=/src/test.spec.ts)
|
|
39
39
|
|
|
40
40
|
- [chat on gitter](https://gitter.im/ng-mocks/community)
|
|
41
41
|
- **[ask a question on Stackoverflow](https://stackoverflow.com/questions/ask?tags=ng-mocks%20angular%20testing%20mocking)**
|
|
42
|
-
- [report an issue on GitHub](https://github.com/
|
|
42
|
+
- [report an issue on GitHub](https://github.com/help-me-mom/ng-mocks/issues)
|
|
43
43
|
|
|
44
44
|
## Very short introduction
|
|
45
45
|
|
|
@@ -178,7 +178,7 @@ Profit.
|
|
|
178
178
|
|
|
179
179
|
If you like `ng-mocks`, please support it:
|
|
180
180
|
|
|
181
|
-
- [with a star on GitHub](https://github.com/
|
|
181
|
+
- [with a star on GitHub](https://github.com/help-me-mom/ng-mocks)
|
|
182
182
|
- [with a tweet](https://twitter.com/intent/tweet?text=Check%20ng-mocks%20package%20%23angular%20%23testing%20%23mocking&url=https%3A%2F%2Fgithub.com%2Fike18t%2Fng-mocks)
|
|
183
183
|
|
|
184
184
|
Thank you!
|