File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ // This is a book for now, but code examples are coming soon
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments