diff --git a/__tests__/functions/databases/mongoose/create.js b/__tests__/functions/databases/mongoose/create.js new file mode 100644 index 0000000..e69de29 diff --git a/__tests__/functions/databases/mongoose/send.js b/__tests__/functions/databases/mongoose/send.js new file mode 100644 index 0000000..e69de29 diff --git a/__tests__/functions/databases/mongoose/verify.js b/__tests__/functions/databases/mongoose/verify.js new file mode 100644 index 0000000..1b0cb05 --- /dev/null +++ b/__tests__/functions/databases/mongoose/verify.js @@ -0,0 +1,3 @@ +describe('', () => { + +} \ No newline at end of file diff --git a/__tests__/functions/databases/postgresql/create.js b/__tests__/functions/databases/postgresql/create.js new file mode 100644 index 0000000..e69de29 diff --git a/__tests__/functions/databases/postgresql/send.js b/__tests__/functions/databases/postgresql/send.js new file mode 100644 index 0000000..e69de29 diff --git a/__tests__/functions/databases/postgresql/verify.js b/__tests__/functions/databases/postgresql/verify.js new file mode 100644 index 0000000..1b0cb05 --- /dev/null +++ b/__tests__/functions/databases/postgresql/verify.js @@ -0,0 +1,3 @@ +describe('', () => { + +} \ No newline at end of file