0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-08 07:48:40 +00:00

Merge branch 'master' of https://github.com/naturalcrit/homebrewery into sort-in-vault

This commit is contained in:
Víctor Losada Hernández
2024-09-20 20:54:14 +02:00
34 changed files with 1649 additions and 1033 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'