[ci] format
This commit is contained in:
parent
a9bdd9cc4e
commit
9e7a198132
1 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ describe('<Code />', () => {
|
||||||
|
|
||||||
after(async () => {
|
after(async () => {
|
||||||
await container.close();
|
await container.close();
|
||||||
})
|
});
|
||||||
|
|
||||||
it('uses the bundles themes for built-in themes', async () => {
|
it('uses the bundles themes for built-in themes', async () => {
|
||||||
const { resolveHighlighterOptions } = mod;
|
const { resolveHighlighterOptions } = mod;
|
||||||
|
@ -35,6 +35,6 @@ describe('<Code />', () => {
|
||||||
expect(themes).to.have.a.lengthOf(1);
|
expect(themes).to.have.a.lengthOf(1);
|
||||||
expect(themes[0]).to.be.an('string');
|
expect(themes[0]).to.be.an('string');
|
||||||
expect(themes[0]).to.equal('some-custom-theme');
|
expect(themes[0]).to.equal('some-custom-theme');
|
||||||
})
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue