Skip to content

Commit

Permalink
Add missing cronjob exports (#890)
Browse files Browse the repository at this point in the history
* Fix cronjob exports

* coverage
  • Loading branch information
FrederikBolding committed Oct 31, 2022
1 parent da0e3ab commit bf0807d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/controllers/jest.config.js
Expand Up @@ -10,8 +10,8 @@ module.exports = {
global: {
branches: 84.63,
functions: 95.8,
lines: 94.92,
statements: 95.02,
lines: 94.93,
statements: 95.03,
},
},
projects: [
Expand Down
1 change: 1 addition & 0 deletions packages/controllers/src/cronjob/index.ts
@@ -0,0 +1 @@
export * from './CronjobController';
1 change: 1 addition & 0 deletions packages/controllers/src/index.ts
Expand Up @@ -3,3 +3,4 @@ export * from './services';
export * from './snaps';
export * from './utils';
export * from './multichain';
export * from './cronjob';

0 comments on commit bf0807d

Please sign in to comment.