We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afdee3d commit 2dfa735Copy full SHA for 2dfa735
package.json
@@ -1,12 +1,19 @@
1
{
2
"name": "unstoppable-mockery",
3
- "version": "0.9.0",
+ "version": "1.0.0",
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
6
"license": "Apache-2.0",
7
- "description": "",
+ "description": "Lightweight utility for creating type-safe, fully mocked classes and interfaces for Jest tests",
8
"author": "Atlassian",
9
"keywords": [
10
+ "jest",
11
+ "mock",
12
+ "testing",
13
+ "typescript",
14
+ "typescript-mock",
15
+ "typescript-mockito",
16
+ "mockito"
17
],
18
"private": false,
19
"contributors": [
0 commit comments