Add tests (for pxt testdir)
This commit is contained in:
parent
3c8027425a
commit
43e4d06fd9
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