We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f886b commit aaa8378Copy full SHA for aaa8378
pxt.json
@@ -8,12 +8,9 @@
8
},
9
"files": [
10
"README.md",
11
- "main.blocks",
12
- "main.ts"
13
- ],
14
- "testFiles": [
15
- "test.ts"
+ "test.md"
16
],
+ "testFiles": [],
17
"public": true,
18
"targetVersions": {
19
"target": "2.0.30",
@@ -22,5 +19,5 @@
22
"supportedTargets": [
23
20
"minecraft"
24
21
25
- "preferredEditor": "blocksprj"
+ "preferredEditor": "tsprj"
26
}
test.md
@@ -0,0 +1,19 @@
1
+### @flyoutOnly true
2
+### @hideIteration true
3
+### @explicitHints true
4
+
5
6
+# MakeCode Testing
7
+## Step 1
+MakeCode testing.
+```ghost
+ makecodeTest.count_to_20()
+```
+```template
+```package
+makecode_testing=github:ReWrite-Media/makecode_testing
0 commit comments