ToolJet/plugins/_templates/plugin/new/tests.ejs.t

11 lines
191 B
Perl
Raw Normal View History

---
to: <%= plugins_path %>/packages/<%= name %>/__tests__/index.js
---
'use strict';
const <%= name %> = require('../lib');
describe('<%= name %>', () => {
it.todo('needs tests');
});