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