6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
import test from 'ava';
|
|
|
|
test('should test through sync gateway', t => {
|
|
t.pass();
|
|
});
|