Skip to content

Commit 6a795e6

Browse files
committed
Package json
1 parent a114851 commit 6a795e6

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This is a book for now, but code examples are coming soon

package.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "javascript-testing-best-practices",
3+
"version": "1.0.0",
4+
"description": "📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (April 2020) https://testjavascript.com/",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "t"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/i0natan/javascript-testing-best-practices.git"
12+
},
13+
"keywords": [
14+
"test",
15+
"tdd",
16+
"javascript",
17+
"mocha",
18+
"jest",
19+
"aaa",
20+
"coverage",
21+
"confidence",
22+
"unit",
23+
"test",
24+
"integration",
25+
"e2e"
26+
],
27+
"author": "Yoni Goldberg",
28+
"license": "ISC",
29+
"bugs": {
30+
"url": "https://github.com/i0natan/javascript-testing-best-practices/issues"
31+
},
32+
"homepage": "https://github.com/i0natan/javascript-testing-best-practices#readme"
33+
}

0 commit comments

Comments
 (0)