curriculum/test.js

5 lines
62 B
JavaScript
Raw Permalink Normal View History

2019-07-18 16:41:52 +02:00
import test from 'ava';
test('base', t => {
t.pass();
});