Merge branch 'master' of https://github.com/Microsoft/pxt-microbit
This commit is contained in:
commit
4ca9df141c
1
tests/base/main.ts
Normal file
1
tests/base/main.ts
Normal file
@ -0,0 +1 @@
|
|||||||
|
// empty - not testing anything here
|
13
tests/base/pxt.json
Normal file
13
tests/base/pxt.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"name": "base-test",
|
||||||
|
"description": "Base package for tests",
|
||||||
|
"files": [
|
||||||
|
"main.ts"
|
||||||
|
],
|
||||||
|
"public": true,
|
||||||
|
"dependencies": {
|
||||||
|
"microbit": "*",
|
||||||
|
"microbit-radio": "*"
|
||||||
|
},
|
||||||
|
"installedVersion": "file:."
|
||||||
|
}
|
1
tests/hello.ts
Normal file
1
tests/hello.ts
Normal file
@ -0,0 +1 @@
|
|||||||
|
basic.showString("Hello world!")
|
Loading…
Reference in New Issue
Block a user