mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
8 lines
122 B
JavaScript
8 lines
122 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
const common = require('../lib/utils.helper');
|
||
|
|
|
||
|
|
describe('common', () => {
|
||
|
|
it.todo('needs tests');
|
||
|
|
});
|