2019-10-30 10:36:02 +08:00

6 lines
63 B
TypeScript

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