ToolJet/plugins/packages/athena/__tests__/index.js
2022-06-06 19:14:21 +05:30

7 lines
109 B
JavaScript

'use strict';
const athena = require('../lib');
describe('athena', () => {
it.todo('needs tests');
});