0

My WebStorm IDE is having issues running tests from the Web3.js repo. I'm not able to run or debug tests because the ESLint raises an error showing a File '../../tsconfig.base.json' not found error. The file I'm specifically trying to test is web3RPCProviders.test.ts.

I've tried manually setting the path for the tsconfig.base file and adjusting the root directory.

Any help with solving this issue and running tests with WebStorm?

1 Answer 1

0

Try running ESLint manually to see if there are additional errors:

> npx eslint path/to/web3RPCProviders.test.ts
Sign up to request clarification or add additional context in comments.

1 Comment

It runs without raising any error

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.