chore(server): move server tests folder (#9614)

This commit is contained in:
forehalo
2025-01-10 02:38:10 +00:00
parent 8e8058a44c
commit 1b6f0e78c4
54 changed files with 166 additions and 186 deletions
@@ -0,0 +1,5 @@
import test from 'ava';
test('should test through sync gateway', t => {
t.pass();
});