File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <coverage generated =" 1626534453050 " clover =" 3.2.0" >
3- <project timestamp =" 1626534453051 " name =" All files" >
2+ <coverage generated =" 1626534659666 " clover =" 3.2.0" >
3+ <project timestamp =" 1626534659666 " name =" All files" >
44 <metrics statements =" 93" coveredstatements =" 93" conditionals =" 45" coveredconditionals =" 45" methods =" 31" coveredmethods =" 28" elements =" 169" coveredelements =" 166" complexity =" 0" loc =" 93" ncloc =" 93" packages =" 1" files =" 1" classes =" 1" />
55 <file name =" prompter.ts" path =" C:\Projects\SimplyAppDevs\Packages\nodejs-prompt\src\prompter.ts" >
66 <metrics statements =" 93" coveredstatements =" 93" conditionals =" 45" coveredconditionals =" 45" methods =" 31" coveredmethods =" 28" />
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ <h1>All files</h1>
9595 < div class ='footer quiet pad2 space-top1 center small '>
9696 Code coverage generated by
9797 < a href ="https://istanbul.js.org/ " target ="_blank "> istanbul</ a >
98- at Sat Jul 17 2021 11:07:33 GMT-0400 (Eastern Daylight Time)
98+ at Sat Jul 17 2021 11:10:59 GMT-0400 (Eastern Daylight Time)
9999 </ div >
100100 </ div >
101101 < script src ="prettify.js "> </ script >
Original file line number Diff line number Diff line change @@ -961,7 +961,7 @@ <h1><a href="index.html">All files</a> prompter.ts</h1>
961961 < div class ='footer quiet pad2 space-top1 center small '>
962962 Code coverage generated by
963963 < a href ="https://istanbul.js.org/ " target ="_blank "> istanbul</ a >
964- at Sat Jul 17 2021 11:07:33 GMT-0400 (Eastern Daylight Time)
964+ at Sat Jul 17 2021 11:10:59 GMT-0400 (Eastern Daylight Time)
965965 </ div >
966966 </ div >
967967 < script src ="prettify.js "> </ script >
Original file line number Diff line number Diff line change 2121 ],
2222 "scripts" : {
2323 "tsc" : " tsc" ,
24+ "del" : " rimraf" ,
2425 "test" : " jest" ,
2526 "build:common" : " tsc --project tsconfig.json" ,
2627 "build:esm" : " tsc --project tsconfig-esm.json" ,
2728 "build:examples" : " npm run clean:examples && tsc --project tsconfig-examples.json" ,
28- "clean" : " rm -rf ./dist/*" ,
29- "clean:examples" : " rm -rf ./dist-examples/*" ,
29+ "clean" : " npm run del ./dist/*" ,
30+ "clean:examples" : " npm run del ./dist-examples/*" ,
3031 "build" : " npm run clean && npm run build:common && npm run build:esm" ,
3132 "exec" : " node --experimental-modules --es-module-specifier-resolution=node ./dist-examples/examples/index.js" ,
3233 "prepublishOnly" : " npm run clean && npm run test && npm run build"
5455 "@types/jest" : " ^26.0.13" ,
5556 "@types/node" : " ^14.0.27" ,
5657 "jest" : " ^26.4.2" ,
58+ "rimraf" : " ^3.0.2" ,
5759 "ts-jest" : " ^26.3.0" ,
5860 "typescript" : " ^3.9.7"
5961 }
You can’t perform that action at this time.
0 commit comments