mirror of
https://github.com/yldio/copilot.git
synced 2025-01-05 00:20:12 +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();
|
|
});
|