Skip to content

Commit

Permalink
feat(tests): add svg import stub
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jan 24, 2025
1 parent d9627b0 commit 72dc31f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/setup/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ global.assert = chai.assert;
require.extensions['.styl'] = () => {};
require.extensions['.css'] = () => {};
require.extensions['.less'] = () => {};
require.extensions['.svg'] = () => {};
require.extensions['.module.css'] = function(module) {
module.exports = require('./css-modules-mock').cssModulesMock;
};
Expand Down

0 comments on commit 72dc31f

Please sign in to comment.