Skip to content

Commit

Permalink
Workaround source-map issue in Node 18
Browse files Browse the repository at this point in the history
Workaround for mozilla/source-map#454 since we
seem to be hitting this error, causing jest reporting to fail.
  • Loading branch information
diracdeltas committed Oct 17, 2023
1 parent d48f688 commit 041e4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"web-ui": "webpack --config components/webpack/webpack.config.js --colors",
"build-storybook": "build-storybook -c .storybook -o .storybook-out",
"storybook": "start-storybook",
"test-unit": "jest -t",
"test-unit": "NODE_OPTIONS=--no-experimental-fetch jest -t",
"test-unit:wallet": "jest --coverage=false components/brave_wallet_ui",
"test-python-scripts": "npm run pep8 && PYTHONPATH=./script python -m unittest discover -s ./script/test",
"update_symlink": "node ./build/commands/scripts/commands.js update_symlink",
Expand Down

0 comments on commit 041e4f1

Please sign in to comment.