2017-12-19 16:07:50 +01:00
|
|
|
{
|
|
|
|
"name": "tests",
|
|
|
|
"description": "A unit test library",
|
|
|
|
"files": [
|
|
|
|
"README.md",
|
2018-01-04 18:23:28 +01:00
|
|
|
"tests.ts",
|
|
|
|
"platformoverrides.ts"
|
2017-12-19 16:07:50 +01:00
|
|
|
],
|
|
|
|
"testFiles": [
|
|
|
|
],
|
|
|
|
"public": true,
|
2018-01-04 18:23:28 +01:00
|
|
|
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/tests",
|
2017-12-19 16:07:50 +01:00
|
|
|
"dependencies": {
|
|
|
|
"core": "file:../core"
|
|
|
|
}
|
|
|
|
}
|