mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* merge develop * Add eslint dependencies, configs and scripts to plugins project * run lint with Github action * ignore tests and dist folders * fun eslint with --fix and manual fixes, renamed __tests_ to __tests__ * add plugins packages folder to lint-staged config * fix lint issue
10 lines
191 B
Perl
10 lines
191 B
Perl
---
|
|
to: <%= plugins_path %>/packages/<%= name %>/__tests__/index.js
|
|
---
|
|
'use strict';
|
|
|
|
const <%= name %> = require('../lib');
|
|
|
|
describe('<%= name %>', () => {
|
|
it.todo('needs tests');
|
|
});
|