Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

236
Views
What is the best way to expect for error using Nodejs & chai

I have this code

  public async balanceByAddress(address: string): Promise<BigNumber> {
    try {
      return await Balance(address, this.requester);
    } catch (error: any){
      console.log('balance', await Balance(address, this.requester))
      this.logger.info(` ${address} not valid address`);
      throw new Error('Address Not Valid')
    }
  }

I want to write a proper test to pass the test when throw error. (I throw an error for not valid address in the last line of above code)

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!