mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 06:15:39 -04:00
fix(web): import globals.css directly instead of as a URL stylesheet link
This commit is contained in:
@@ -6,6 +6,8 @@ process.env.LOG_LEVEL ??= "error";
|
||||
|
||||
mock.module("@sofa/db/client", () => ({
|
||||
db: testDb,
|
||||
optimizeDatabase: () => {},
|
||||
vacuumDatabase: () => {},
|
||||
closeDatabase: () => {},
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user