mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 08:31:42 +03:00
6 lines
86 B
TypeScript
6 lines
86 B
TypeScript
import test from 'ava';
|
|
|
|
test('should test through userspace', t => {
|
|
t.pass();
|
|
});
|