use common packages tests implementation (#171)

This commit is contained in:
Peli de Halleux
2018-01-04 09:23:28 -08:00
committed by GitHub
parent 9a4ed45797
commit ba0eb93b0f
6 changed files with 25 additions and 98 deletions

View File

@ -3,11 +3,13 @@
"description": "A unit test library",
"files": [
"README.md",
"tests.ts"
"tests.ts",
"platformoverrides.ts"
],
"testFiles": [
],
"public": true,
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/tests",
"dependencies": {
"core": "file:../core"
}