Skip to content

Commit

Permalink
geosolutions-it#9553:reset tests.webpack file
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudadel54 committed Nov 15, 2023
1 parent 711c0c1 commit 5d75eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tests.webpack.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
var context = require.context('../web/client/utils/__tests__', true, /(-test\.jsx?)|(-test-chrome\.jsx?)$/);
var context = require.context('../web', true, /(-test\.jsx?)|(-test-chrome\.jsx?)$/);
context.keys().forEach(context);
module.exports = context;

0 comments on commit 5d75eeb

Please sign in to comment.