oof
This commit is contained in:
8
web/test/__mocks__/libsql.js
Normal file
8
web/test/__mocks__/libsql.js
Normal file
@@ -0,0 +1,8 @@
|
||||
function createClient() {
|
||||
return {
|
||||
close() {},
|
||||
};
|
||||
}
|
||||
|
||||
export { createClient };
|
||||
export default { createClient };
|
||||
Reference in New Issue
Block a user