Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit ded69bb

Browse files
authored
Merge pull request #4 from topcoder-platform/dev
Release 1.0
2 parents 01c79f1 + e43f952 commit ded69bb

File tree

15 files changed

+475
-13
lines changed

15 files changed

+475
-13
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
10.22.1

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55
},
66
moduleNameMapper: {
77
"\\.(css)$": "identity-obj-proxy",
8+
"\\.svg$": "<rootDir>/__mocks__/fileMock.js",
89
},
910
setupFilesAfterEnv: [
1011
"../node_modules/@testing-library/jest-dom/dist/index.js",

0 commit comments

Comments
 (0)