Skip to content

Commit 2dfa735

Browse files
committed
1.0.0
1 parent afdee3d commit 2dfa735

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
{
22
"name": "unstoppable-mockery",
3-
"version": "0.9.0",
3+
"version": "1.0.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "Apache-2.0",
7-
"description": "",
7+
"description": "Lightweight utility for creating type-safe, fully mocked classes and interfaces for Jest tests",
88
"author": "Atlassian",
99
"keywords": [
10+
"jest",
11+
"mock",
12+
"testing",
13+
"typescript",
14+
"typescript-mock",
15+
"typescript-mockito",
16+
"mockito"
1017
],
1118
"private": false,
1219
"contributors": [

0 commit comments

Comments
 (0)