AFFiNE/packages/backend/server/tests/sync/gateway.spec.ts
2024-08-21 05:30:30 +00:00

6 lines
89 B
TypeScript

import test from 'ava';
test('should test through sync gateway', t => {
t.pass();
});