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