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

6 lines
86 B
TypeScript

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