[ci] format

This commit is contained in:
matthewp 2023-02-09 19:24:45 +00:00 committed by fredkbot
parent a9bdd9cc4e
commit 9e7a198132

View file

@ -16,7 +16,7 @@ describe('<Code />', () => {
after(async () => {
await container.close();
})
});
it('uses the bundles themes for built-in themes', async () => {
const { resolveHighlighterOptions } = mod;
@ -35,6 +35,6 @@ describe('<Code />', () => {
expect(themes).to.have.a.lengthOf(1);
expect(themes[0]).to.be.an('string');
expect(themes[0]).to.equal('some-custom-theme');
})
});
});
});