16 lines
344 B
JSON
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"
|
|
}
|
|
} |