curriculum/test.js

9 lines
102 B
JavaScript
Raw Normal View History

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