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
working on swapline integration for paraswap. I tryed to run the first tests but (at least on windows) it seams that test script calls the wrong jest file
The script "script/dex-integration" calls require('../node_modules/jest-cli/build/cli').run(...) but on my node-modules their is no "cli" file within the jest-cli folder.
Can you check if the path is still valid?
The text was updated successfully, but these errors were encountered:
Update: changing the path to require('../node_modules/jest-cli/build') resolves the issue. So maybe you can check on your site if its a version problem of jest
Hi paraswap team,
working on swapline integration for paraswap. I tryed to run the first tests but (at least on windows) it seams that test script calls the wrong jest file
The script "script/dex-integration" calls require('../node_modules/jest-cli/build/cli').run(...) but on my node-modules their is no "cli" file within the jest-cli folder.
Can you check if the path is still valid?
The text was updated successfully, but these errors were encountered: