added test package

This commit is contained in:
Peli de Halleux 2016-05-17 10:42:44 -07:00
parent 28b3d823b2
commit 5e024c6f23
3 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1 @@
run ``pxt testdir ../../buit/docs/blocks`` from this folder

View File

View 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"
}
}