test(server): space adapters (#7903)

This commit is contained in:
forehalo
2024-08-21 05:30:30 +00:00
parent e20bdbf925
commit b6f46e01c5
4 changed files with 417 additions and 0 deletions
@@ -0,0 +1,5 @@
import test from 'ava';
test('should test through sync gateway', t => {
t.pass();
});