1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-11 05:40:11 +02:00
copilot/docker-graphql/test/noop.test.js

8 lines
103 B
JavaScript
Raw Normal View History

2017-04-28 00:47:32 +03:00
// TODO: REMOVE, JUST FOR AN EXAMPLE
const test = require('ava');
test('foo', t => {
t.pass();
});