9e427898ae
* added test framework * added toString on motors * enabling logs
14 lines
233 B
JSON
14 lines
233 B
JSON
{
|
|
"name": "tests",
|
|
"description": "A unit test library",
|
|
"files": [
|
|
"README.md",
|
|
"tests.ts"
|
|
],
|
|
"testFiles": [
|
|
],
|
|
"public": true,
|
|
"dependencies": {
|
|
"core": "file:../core"
|
|
}
|
|
} |