Add tests (for pxt testdir)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
// empty - not testing anything here
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "base-test",
|
||||
"description": "Base package for tests",
|
||||
"files": [
|
||||
"main.ts"
|
||||
],
|
||||
"public": true,
|
||||
"dependencies": {
|
||||
"microbit": "*",
|
||||
"microbit-radio": "*"
|
||||
},
|
||||
"installedVersion": "file:."
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
basic.showString("Hello world!")
|
||||
Reference in New Issue
Block a user