mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-23 22:47:28 +00:00
7 lines
123 B
JavaScript
7 lines
123 B
JavaScript
'use strict';
|
|
|
|
// const common = require('../lib/utils.helper');
|
|
|
|
describe('common', () => {
|
|
it.todo('needs tests');
|
|
});
|