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

274
Views
hapi/lab (and jest): is there a way to have a describe block in a separate js file?

I am working on a test script using hapi/lab in nodejs. I would like to have a describe block that is using hapi.server to inject http options (to simulate integration testing). Something like:

main.test.js: ...

describe('main', async () => {
   before(async () => {...}

   describe('inner-main', async() => {
      **externalDescribe**(some params that exists in this file)

      it('test specific to this file', async () => {...})
   })
})

externalFile.test.js: ...

function **externalDescribe**(some params) {
  describe('external', async () => {
      it('first it', async () => {
        ...
      })
  })
}

Or something similar.

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!