curriculum/test.js
2019-07-18 16:41:52 +02:00

5 lines
62 B
JavaScript

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