AFFiNE/packages/backend/server/tests/doc/userspace.spec.ts

6 lines
86 B
TypeScript
Raw Normal View History

2024-08-21 08:30:30 +03:00
import test from 'ava';
test('should test through userspace', t => {
t.pass();
});