We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d41b50 commit 1ab6d26Copy full SHA for 1ab6d26
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "coderoad-functional-school",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"description": "Coderoad tutorial",
5
"author": "Shawn McKay <shawn.j.mckay@gmail.com> (http://shmck.com)",
6
"contributers": [
tutorial/1/06/01-concat.spec.js
@@ -1,7 +1,7 @@
'use strict';
var expect = require('chai').expect;
-loadGlobal('data/courses2.json');
+loadGlobal('courses', 'data/courses2.json');
loadEditor('06-concat.js');
7
describe('01 var flattenedArray', function() {
0 commit comments