Added L2 tests and compiled src. (#23)

This commit is contained in:
Sundar
2021-03-31 17:20:55 +05:30
committed by GitHub
parent 56b95ecccc
commit eed1c24899
6 changed files with 75 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"main": "lib/run.js",
"scripts": {
"build": "tsc --outDir .\\lib\\ --rootDir .\\src\\",
"build": "tsc --outDir ./lib --rootDir ./src",
"test": "jest",
"test-coverage": "jest --coverage"
},