Pass test
This commit is contained in:
parent
6a80be9df3
commit
89f381439f
@ -71,8 +71,8 @@ describe('tests from old api translated to multilayer', function() {
|
|||||||
},
|
},
|
||||||
function(res) {
|
function(res) {
|
||||||
var parsed = JSON.parse(res.body);
|
var parsed = JSON.parse(res.body);
|
||||||
assert.ok(parsed.errors[0].match(/^style0/));
|
assert.ok(parsed.errors[0].match(/^<css input>/));
|
||||||
assert.ok(parsed.errors[0].match(/missing closing/));
|
assert.ok(parsed.errors[0].match(/Unclosed block/));
|
||||||
done();
|
done();
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user