pxt-ev3/libs/tests/pxt.json
2018-01-04 09:23:28 -08:00

16 lines
344 B
JSON

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