mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-26 16:07:18 +00:00
10 lines
189 B
Perl
10 lines
189 B
Perl
|
|
---
|
||
|
|
to: <%= plugins_path %>/packages/<%= name %>/__tests_/index.js
|
||
|
|
---
|
||
|
|
'use strict';
|
||
|
|
|
||
|
|
const <%= name %> = require('../lib');
|
||
|
|
|
||
|
|
describe('<%= name %>', () => {
|
||
|
|
it.todo('needs tests');
|
||
|
|
});
|