1
0

Jest/Test setup

This commit is contained in:
2020-03-05 11:22:09 -05:00
parent 6fce8ab698
commit c1ed3e4f88
3 changed files with 69 additions and 7 deletions

View File

@@ -6,11 +6,17 @@
"repository": "https://git.magicbean.us/andrew/es6-models",
"author": "Andrew Kemp",
"license": "MIT",
"scripts": {
"test": "jest"
},
"dependencies": {
"reflect-metadata": "^0.1.13",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
},
"devDependencies": {
"jest": "^25.1.0"
"@types/jest": "^25.1.3",
"jest": "^25.1.0",
"ts-jest": "^25.2.1"
}
}