ToolJet/plugins/packages/athena/__tests__/index.js

8 lines
109 B
JavaScript
Raw Normal View History

2022-06-06 13:44:21 +00:00
'use strict';
const athena = require('../lib');
describe('athena', () => {
it.todo('needs tests');
});