From 24c86dd1991e83b54f1d2145f8617b980f5e1dfd Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Wed, 10 Jul 2024 17:49:57 -0400 Subject: [PATCH] Remove unused test --- server/homebrew.api.spec.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/server/homebrew.api.spec.js b/server/homebrew.api.spec.js index d33a8f133..fb46cfa02 100644 --- a/server/homebrew.api.spec.js +++ b/server/homebrew.api.spec.js @@ -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 : {