2020-03-27 14:01:27 +08:00

6 lines
63 B
TypeScript

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