pxt-ev3/libs/tests/pxt.json

16 lines
344 B
JSON
Raw Normal View History

{
"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"
}
}