Skip to content

Commit

Permalink
CU-86a0jpgg5 - Change NWD to use new version of WcSdk compatible with…
Browse files Browse the repository at this point in the history
… neon-dappkit
  • Loading branch information
endkeyCoder committed Sep 12, 2023
1 parent 0d24dbe commit 2a27070
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@
"\\.(jpg|jpeg|png|gif|eot|otf|webp|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(svg)$": "<rootDir>/__mocks__/svgMock.js",
"\\.(css|less|sass|scss)$": "identity-obj-proxy",
"^lodash-es$": "lodash"
"^lodash-es$": "lodash",
"^node:crypto$": "<rootDir>/node_modules/crypto-browserify"
},
"testPathIgnorePatterns": [
"__tests__/testHelpers.js",
Expand Down

0 comments on commit 2a27070

Please sign in to comment.