You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I wanted to change the slightly graphical appearance of the wallet (change the positions of some modules).
But, unfortunately, during the assembly I encountered the following problem.
[email protected] test /home/king/proj/graphene-ui/web
NODE_ENV=test jest
● The settings scriptPreprocessor and preprocessorIgnorePatterns were replaced by transform and transformIgnorePatterns which support multiple preprocessors.
Error: Unknown config option "testFileExtensions" with value "js,jsx". This is either a typing error or a user mistake and fixing it will remove this message.
FAIL tests/components/Account/Identicon-test.jsx
● Test suite failed to run
Cannot find module 'react/addons' from 'Identicon-test.jsx'
at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:151:17)
at Object.<anonymous> (__tests__/components/Account/Identicon-test.jsx:1:169)
FAIL tests/components/Utility/FormattedAsset-test.jsx
● Test suite failed to run
Cannot find module 'react/addons' from 'FormattedAsset-test.jsx'
at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:151:17)
at Object.<anonymous> (__tests__/components/Utility/FormattedAsset-test.jsx:1:169)
Test Suites: 2 failed, 2 total
Tests: 0 total
Snapshots: 0 total
Time: 17.041s
Ran all test suites.
npm ERR! Test failed. See above for more details.
Tell me, please, with what it can be connected and what needs to be done to solve this problem!
The text was updated successfully, but these errors were encountered:
Hello!
I wanted to change the slightly graphical appearance of the wallet (change the positions of some modules).
But, unfortunately, during the assembly I encountered the following problem.
● The settings
scriptPreprocessor
andpreprocessorIgnorePatterns
were replaced bytransform
andtransformIgnorePatterns
which support multiple preprocessors.Jest now treats your current settings as:
Please update your configuration.
Jest changed the default configuration for tests.
Configuration Documentation: https://facebook.github.io/jest/docs/configuration.html
Jest Issue Tracker: https://github.com/facebook/jest/issues
Error: Unknown config option "testFileExtensions" with value "js,jsx". This is either a typing error or a user mistake and fixing it will remove this message.
FAIL tests/components/Account/Identicon-test.jsx
● Test suite failed to run
FAIL tests/components/Utility/FormattedAsset-test.jsx
● Test suite failed to run
Test Suites: 2 failed, 2 total
Tests: 0 total
Snapshots: 0 total
Time: 17.041s
Ran all test suites.
npm ERR! Test failed. See above for more details.
Tell me, please, with what it can be connected and what needs to be done to solve this problem!
The text was updated successfully, but these errors were encountered: