Skip to content

Commit

Permalink
Fix tests in preset-server-webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Nov 8, 2023
1 parent 184e159 commit 8e0115a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/presets/server-webpack/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const path = require('path');
const baseConfig = require('../../jest.config.node');

module.exports = {
...baseConfig,
displayName: __dirname.split(path.sep).slice(-2).join(path.posix.sep),
};

0 comments on commit 8e0115a

Please sign in to comment.