UNPKG

106 BJavaScriptView Raw
1import test from 'ava';
2
3test('foo', t => {
4 t.pass();
5});
6
7test('margeFile', t => {
8 t.pass();
9});