Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#9553: Improving readability of long attribute values in attribute table and table widgets #9701

Merged
merged 8 commits into from
Nov 21, 2023
Prev Previous commit
Next Next commit
#9553:reset tests.webpack file
  • Loading branch information
mahmoudadel54 committed Nov 15, 2023
commit 5d75eebf3043daace3805cf3464f84bbd265fca1
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;
Loading