0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 02:32:37 +00:00

Remove unused test

This commit is contained in:
Trevor Buckner
2024-07-10 17:49:57 -04:00
parent 7eb96ee6be
commit 24c86dd199

View File

@@ -618,18 +618,6 @@ brew`);
});
describe('getStaticThemeCSS', ()=>{
it('should return an import of the theme without including a parent.', async ()=>{
const req = {
params : {
engine : 'V3',
id : '5ePHB'
}
};
api.getStaticThemeCSS(req, res);
const sent = res.send.mock.calls[0][0];
expect(sent).toBe('@import url("/themes/V3/5ePHB/style.css");\n/* Static Theme 5e PHB */\n');
expect(res.status).toHaveBeenCalledWith(200);
});
it('should return an import of the theme including a parent.', async ()=>{
const req = {
params : {