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 15e47cc commit 85419adCopy full SHA for 85419ad
test/style.js
@@ -25,7 +25,7 @@ describe('Styles', function () {
25
expect(res.body.sources).to.be.a('object');
26
expect(res.body.glyphs).to.be.a('string');
27
expect(res.body.sprite).to.be.a('string');
28
- expect(res.body.sprite).to.be.equal('/test/styles/test-style/sprite');
+ expect(res.body.sprite).to.contain('/test/styles/test-style/sprite');
29
expect(res.body.layers).to.be.a('array');
30
})
31
.end(done);
0 commit comments