File tree Expand file tree Collapse file tree 4 files changed +15
-11
lines changed Expand file tree Collapse file tree 4 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ <h2 class="section-heading">Build in Markdown</h2>
65
65
< br >
66
66
< li > < code > @hint</ code > add helpful clues</ li >
67
67
</ ul >
68
+ < br >
69
+ < a href ="/docs/#tutorial " class ="btn btn-default btn-lg "> < span class ="network-name "> Learn More</ span > </ a >
68
70
</ div >
69
71
</ div >
70
72
< div class ="col-lg-6 col-sm-pull-6 col-sm-6 ">
@@ -87,13 +89,14 @@ <h2 class="section-heading">Build in Markdown</h2>
87
89
// return true if student name matches "Ada Lovelace"
88
90
function isAda() {
89
91
// write condition here
90
-
92
+
91
93
}
92
94
```
93
95
))
94
96
</ pre > </ code >
95
97
</ div >
96
98
</ div >
99
+ < a href ="/docs/#tutorial " class ="btn btn-default btn-lg "> < span class ="network-name "> Learn More</ span > </ a >
97
100
98
101
</ div >
99
102
<!-- /.container -->
@@ -122,8 +125,10 @@ <h2 class="section-heading">Unit Test Feedback</h2>
122
125
</ ul >
123
126
< br >
124
127
< br >
125
- < br >
126
- < i > We hope to support more test frameworks and programming languages in the near future.</ i > </ div >
128
+ < i > CodeRoad will eventually support more test frameworks and programming languages.</ i >
129
+ < br > < br >
130
+ < a href ="/docs/#tests " class ="btn btn-default btn-lg "> < span class ="network-name "> Learn More</ span > </ a >
131
+ </ div >
127
132
</ div >
128
133
< div class ="col-lg-6 col-lg-offset-2 col-sm-6 ">
129
134
< pre > < code class ="language-js ">
@@ -149,6 +154,7 @@ <h2 class="section-heading">Unit Test Feedback</h2>
149
154
});
150
155
</ code > </ pre >
151
156
</ div >
157
+
152
158
</ div >
153
159
154
160
</ div >
Original file line number Diff line number Diff line change 4
4
< div class ="row content-section-b ">
5
5
< div class ="col-lg-8 col-lg-offset-2 ">
6
6
< br />
7
+ < a href ="/docs " class ="btn btn-default btn-lg "> < i class ="fa fa-road fa-fw "> </ i > < span class ="network-name "> View the Docs</ span > </ a >
7
8
< br />
8
- < h2 > Checkout the Docs</ h2 >
9
- < a href ="/docs " class ="btn btn-default btn-lg "> < i class ="fa fa-road fa-fw "> </ i > < span class ="network-name "> Docs</ span > </ a >
10
- < br >
11
- < br >
12
- < div class ="lead "> Learn more about developing a tutorial with CodeRoad</ div >
13
9
</ div >
14
10
</ section >
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ Defaults for loading tests are specified in the tutorial *package.json* file.
43
43
44
44
The first example would load the file './tutorial/path/to/file.spec.js' in the project root directory.
45
45
46
+ See an [ example] ( https://github.com/coderoad/coderoad-functional-school/blob/master/tutorial/1/01/filter.md ) using * @test * .
47
+
46
48
### ` @hint `
47
49
48
50
* Note: Hints have not been implemented yet in Atom-Coderoad. Coming soon.*
@@ -95,6 +97,6 @@ Add text to the bottom of the active text editor.
95
97
}
96
98
```))
97
99
98
- #### Future API
100
+ #### Future Actions
99
101
100
- More editor actions will be added to CodeRoad in the future .
102
+ More editor actions will be added to CodeRoad at a later date .
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: Unit Tests
4
4
id : tests
5
5
---
6
6
7
- Description
7
+ Unit tests are used to determine the
8
8
9
9
### Loading the User File
10
10
You can’t perform that action at this time.
0 commit comments