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
I have installed text-tools/react from vtex that implements jest and @testing-library/react under the hood
but when i try to test it throws me a vtexjs is undefined error, since is a native module of js I cannot import it in the test file
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
instal vtex-test-tools
run yarn test
Context
I'm trying to test components of the checkout with the app installed checkout-ui-custom
Your Environment
Version used:
Environment name and version (e.g. Chrome 39, node.js 5.4):
Operating System and version (desktop or mobile):
Link to your project:
The text was updated successfully, but these errors were encountered:
Expected Behavior
I have installed text-tools/react from vtex that implements jest and @testing-library/react under the hood
but when i try to test it throws me a vtexjs is undefined error, since is a native module of js I cannot import it in the test file
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
Context
I'm trying to test components of the checkout with the app installed checkout-ui-custom
Your Environment
The text was updated successfully, but these errors were encountered: