File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 8
8
},
9
9
"scripts" : {
10
10
"commit" : " commit" ,
11
- "test" : " jest --coverage --detectOpenHandles" ,
11
+ "test" : " jest --detectOpenHandles" ,
12
12
"watch" : " jest --watch" ,
13
13
"build" : " tsc" ,
14
14
"lint" : " eslint \" ./{src,tests}/**/*.ts\" " ,
20
20
"postversion" : " git push && git push --tags" ,
21
21
"example:hello-world" : " ts-node examples/hello-world.ts" ,
22
22
"example:hello-world-with-context" : " ts-node examples/hello-world-with-context.ts" ,
23
+ "example:hello-world-with-context-decorators" : " ts-node examples/hello-world-with-context-decorators.ts" ,
23
24
"example:custom-logger-options" : " ts-node examples/custom-logger-options.ts" ,
24
25
"example:child-logger" : " ts-node examples/child-logger.ts" ,
25
26
"example:additional-keys" : " ts-node examples/additional-keys.ts" ,
You can’t perform that action at this time.
0 commit comments