1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03: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();
});