File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
" 00/02"
24
24
],
25
25
"actions" : [
26
- " open('00- setup.js')" ,
26
+ " open('setup.js')" ,
27
27
" set('// Welcome to CodeRoad!\n const students = require('./data/students').default;\n\n var first = ::>\n ')"
28
28
],
29
29
"hints" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " coderoad-functional-school" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"description" : " Coderoad tutorial" ,
5
5
"author" : " Shawn McKay <shawn.j.mckay@gmail.com> (http://shmck.com)" ,
6
6
"contributers" : [
Original file line number Diff line number Diff line change 1
- const setup = require ( 'BASE/00- setup.js' ) ;
1
+ const setup = require ( 'BASE/setup.js' ) ;
2
2
3
3
describe ( '02 const first' , ( ) => {
4
4
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ console.log(
31
31
32
32
+ Set ` first ` to the first item in the ` students ` array.
33
33
@test ('00/02')
34
- @action (open('00- setup.js'))
34
+ @action (open('setup.js'))
35
35
@action (set(
36
36
```
37
37
// Welcome to CodeRoad!
You can’t perform that action at this time.
0 commit comments