started to convert to typescript
This commit is contained in:
19
back/test/sql/saveMessageApp-tes.js
Normal file
19
back/test/sql/saveMessageApp-tes.js
Normal file
@@ -0,0 +1,19 @@
|
||||
// beforeAll(async () => {
|
||||
// // const schema = fs.readFileSync('../../sql/structureV2.sql', 'utf8');
|
||||
// // await setupDB(mysqlConfig, schema);
|
||||
// });
|
||||
|
||||
// afterAll(async () => {
|
||||
// global.db.query("DROP database mail_test");
|
||||
// });
|
||||
|
||||
// describe('saveMessageApp', async () => {
|
||||
|
||||
// beforeEach(() => {
|
||||
|
||||
// });
|
||||
|
||||
// it("", () => {
|
||||
|
||||
// });
|
||||
// });
|
||||
Reference in New Issue
Block a user