mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-02 10:57:20 +00:00
11 lines
190 B
Perl
11 lines
190 B
Perl
|
|
---
|
||
|
|
to: <%= plugins_path %>/plugins/<%= name %>/__tests__/index.js
|
||
|
|
---
|
||
|
|
'use strict';
|
||
|
|
|
||
|
|
const <%= name %> = require('../lib');
|
||
|
|
|
||
|
|
describe('<%= name %>', () => {
|
||
|
|
it.todo('needs tests');
|
||
|
|
});
|