fix(seed): Fix typo in test of Mongoose dependency (#16606)

Closes #16604
pull/16609/head
Juraj Majerik 2018-01-30 23:50:48 +07:00 committed by mrugesh mohapatra
parent 79d9335977
commit fc95bcb667
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
}, },
{ {
"text": "\"mongoose\" dependency should be in package.json", "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": [], "solutions": [],