mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
8 lines
103 B
JavaScript
8 lines
103 B
JavaScript
|
// TODO: REMOVE, JUST FOR AN EXAMPLE
|
||
|
|
||
|
const test = require('ava');
|
||
|
|
||
|
test('foo', t => {
|
||
|
t.pass();
|
||
|
});
|