Skip to content

Commit

Permalink
fix(seed): Fix typo in test of Mongoose dependency (freeCodeCamp#16606)
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajmajerik authored and raisedadead committed Jan 30, 2018
1 parent 79d9335 commit fc95bcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
{
"text": "\"mongoose\" dependency should be in package.json",
"testString": "getUserInput => $.get(getUserInput('url') + '/_api/file/package.json').then(data => { var packJson = JSON.parse(data); assert.property(packJson.dependencies, 'mongooose'); }, xhr => { throw new Error(xhr.responseText); })"
"testString": "getUserInput => $.get(getUserInput('url') + '/_api/file/package.json').then(data => { var packJson = JSON.parse(data); assert.property(packJson.dependencies, 'mongoose'); }, xhr => { throw new Error(xhr.responseText); })"
}
],
"solutions": [],
Expand Down

0 comments on commit fc95bcb

Please sign in to comment.