added test package
This commit is contained in:
parent
28b3d823b2
commit
5e024c6f23
1
libs/test-snippets/README.md
Normal file
1
libs/test-snippets/README.md
Normal file
@ -0,0 +1 @@
|
||||
run ``pxt testdir ../../buit/docs/blocks`` from this folder
|
0
libs/test-snippets/main.ts
Normal file
0
libs/test-snippets/main.ts
Normal file
13
libs/test-snippets/pxt.json
Normal file
13
libs/test-snippets/pxt.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "test-snippets",
|
||||
"description": "A test project for doc snippets",
|
||||
"installedVersion": "file:.",
|
||||
"files": [
|
||||
"main.ts"
|
||||
],
|
||||
"public": true,
|
||||
"dependencies": {
|
||||
"microbit": "file:../microbit",
|
||||
"microbit-radio": "file:../microbit-radio"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user