Skip to content

Commit aaa8378

Browse files
committed
Update pxt.json, test.md
1 parent 76f886b commit aaa8378

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

pxt.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@
88
},
99
"files": [
1010
"README.md",
11-
"main.blocks",
12-
"main.ts"
13-
],
14-
"testFiles": [
15-
"test.ts"
11+
"test.md"
1612
],
13+
"testFiles": [],
1714
"public": true,
1815
"targetVersions": {
1916
"target": "2.0.30",
@@ -22,5 +19,5 @@
2219
"supportedTargets": [
2320
"minecraft"
2421
],
25-
"preferredEditor": "blocksprj"
22+
"preferredEditor": "tsprj"
2623
}

test.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
### @flyoutOnly true
2+
### @hideIteration true
3+
### @explicitHints true
4+
5+
6+
# MakeCode Testing
7+
8+
## Step 1
9+
MakeCode testing.
10+
11+
```ghost
12+
makecodeTest.count_to_20()
13+
```
14+
```template
15+
makecodeTest.count_to_20()
16+
```
17+
```package
18+
makecode_testing=github:ReWrite-Media/makecode_testing
19+
```

0 commit comments

Comments
 (0)