fix: lint
Signed-off-by: acalcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
ae13acb3ae
commit
99b2232e4c
1 changed files with 4 additions and 1 deletions
|
@ -44,7 +44,10 @@ describe('Styles', function () {
|
||||||
|
|
||||||
describe('/styles/' + prefix + '/sprite/default[@2x].{format}', function () {
|
describe('/styles/' + prefix + '/sprite/default[@2x].{format}', function () {
|
||||||
testIs('/styles/' + prefix + '/sprite/default.json', /application\/json/);
|
testIs('/styles/' + prefix + '/sprite/default.json', /application\/json/);
|
||||||
testIs('/styles/' + prefix + '/sprite/default@2x.json', /application\/json/);
|
testIs(
|
||||||
|
'/styles/' + prefix + '/sprite/default@2x.json',
|
||||||
|
/application\/json/,
|
||||||
|
);
|
||||||
testIs('/styles/' + prefix + '/sprite/default.png', /image\/png/);
|
testIs('/styles/' + prefix + '/sprite/default.png', /image\/png/);
|
||||||
testIs('/styles/' + prefix + '/sprite/default@2x.png', /image\/png/);
|
testIs('/styles/' + prefix + '/sprite/default@2x.png', /image\/png/);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue