Skip to content

Commit

Permalink
add jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Sep 3, 2024
1 parent f5c635c commit b1067b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/kbn-screenshotting-server/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
preset: '@kbn/test',
rootDir: '../..',
roots: ['<rootDir>/packages/kbn-screenshotting-server'],
};

0 comments on commit b1067b4

Please sign in to comment.