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