0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-09 11:58:40 +00:00

Merge branch 'master' into addLockRoutes-#3326

This commit is contained in:
Trevor Buckner
2024-09-16 16:19:34 -04:00
committed by GitHub
27 changed files with 1510 additions and 940 deletions
+561 -539
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -934,7 +934,7 @@ brew`);
expect(req.brew).toEqual(testBrew);
expect(req.brew).toHaveProperty('style', '\nI Have a style!\n');
expect(res.status).toHaveBeenCalledWith(200);
expect(res.send).toHaveBeenCalledWith("\nI Have a style!\n");
expect(res.send).toHaveBeenCalledWith('\nI Have a style!\n');
expect(res.set).toHaveBeenCalledWith({
'Cache-Control' : 'no-cache',
'Content-Type' : 'text/css'