mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 20:16:26 +08:00
chore(server): move server tests folder (#9614)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import test from 'ava';
|
||||
|
||||
test('should test through sync gateway', t => {
|
||||
t.pass();
|
||||
});
|
||||
Reference in New Issue
Block a user