[ci] format
This commit is contained in:
parent
062335dbf7
commit
2314e48f03
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ describe('getImage', function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Remote images works', async () => {
|
it('Remote images works', async () => {
|
||||||
const assets = await fixture.readdir('/assets')
|
const assets = await fixture.readdir('/assets');
|
||||||
expect(assets).to.have.a.lengthOf(1);
|
expect(assets).to.have.a.lengthOf(1);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue