Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Voytenko committed Jul 1, 2020
1 parent 2ab66ca commit 31611be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/src/dashboard/karma-tests.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
*/

// Collect all Karma tests together for the test WebPack config.
// eslint-disable-next-line no-undef
const testsContext = require.context('.', true, /karma\.js$/);
testsContext.keys().forEach(testsContext);
1 change: 1 addition & 0 deletions assets/src/edit-story/karma-tests.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
*/

// Collect all Karma tests together for the test WebPack config.
// eslint-disable-next-line no-undef
const testsContext = require.context('.', true, /karma\.js$/);
testsContext.keys().forEach(testsContext);

0 comments on commit 31611be

Please sign in to comment.