Vendorize prosemirror-recreate-transform (#5861)
This commit is contained in:
5
server/test/globalTeardown.js
Normal file
5
server/test/globalTeardown.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { sequelize } from "@server/storage/database";
|
||||
|
||||
module.exports = async function () {
|
||||
await sequelize.close();
|
||||
};
|
||||
Reference in New Issue
Block a user