testinfrastructure created

This commit is contained in:
Jan Küster 2021-06-23 11:51:58 +02:00
parent 838c74a83b
commit 3650ef4805
No known key found for this signature in database
GPG key ID: D9022448BF588ACD
6 changed files with 548 additions and 5968 deletions

View file

@ -13,7 +13,11 @@
},
"homepage": "https://wekan.github.io",
"devDependencies": {
"flatted": "^3.1.1"
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.3.4",
"flatted": "^3.1.1",
"puppeteer": "^10.0.0",
"sinon": "^11.1.1"
},
"dependencies": {
"@babel/core": "^7.14.0",
@ -41,5 +45,8 @@
"papaparse": "^5.3.0",
"qs": "^6.10.1",
"source-map-support": "^0.5.19"
},
"meteor": {
"testModule": "tests/main.js"
}
}