mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-30 11:02:38 +00:00
Lint
This commit is contained in:
@@ -288,14 +288,14 @@ describe('Tests for api', ()=>{
|
||||
textBin : undefined,
|
||||
version : undefined,
|
||||
userThemes : {
|
||||
Brew: {}
|
||||
Brew : {}
|
||||
},
|
||||
createdAt : undefined,
|
||||
gDrive : false,
|
||||
style : undefined,
|
||||
trashed : false,
|
||||
updatedAt : undefined,
|
||||
views : 0
|
||||
createdAt : undefined,
|
||||
gDrive : false,
|
||||
style : undefined,
|
||||
trashed : false,
|
||||
updatedAt : undefined,
|
||||
views : 0
|
||||
});
|
||||
expect(next).toHaveBeenCalled();
|
||||
expect(api.getId).toHaveBeenCalledWith(req);
|
||||
|
||||
Reference in New Issue
Block a user