mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 06:57:40 +00:00
7 lines
109 B
JavaScript
7 lines
109 B
JavaScript
'use strict';
|
|
|
|
const athena = require('../lib');
|
|
|
|
describe('athena', () => {
|
|
it.todo('needs tests');
|
|
});
|