2020-03-12 09:56:14 +08:00

6 lines
63 B
TypeScript

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