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 2323 " 00/02"
2424 ],
2525 "actions" : [
26- " open('00- setup.js')" ,
26+ " open('setup.js')" ,
2727 " set('// Welcome to CodeRoad!\n const students = require('./data/students').default;\n\n var first = ::>\n ')"
2828 ],
2929 "hints" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " coderoad-functional-school" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
44 "description" : " Coderoad tutorial" ,
55 "author" : " Shawn McKay <shawn.j.mckay@gmail.com> (http://shmck.com)" ,
66 "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' ) ;
22
33describe ( '02 const first' , ( ) => {
44
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ console.log(
3131
3232+ Set ` first ` to the first item in the ` students ` array.
3333@test ('00/02')
34- @action (open('00- setup.js'))
34+ @action (open('setup.js'))
3535@action (set(
3636```
3737// Welcome to CodeRoad!
You can’t perform that action at this time.
0 commit comments