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

98
Views
expectSaga() siempre se agota, incluso con saga trivial/vacía

Estoy seguro de que es un error de novato, pero me sorprende que la prueba expectSaga() a continuación se agote. -- consejo apreciado!

 import { expectSaga, testSaga } from 'redux-saga-test-plan'; function* saga() {} // ✅ ...this passes it('should be testable with testSaga()', () => { testSaga(saga).next().isDone(); }); // ❌ ...this times out it('should be testable with expectSaga()', () => { return expectSaga(saga).run(); });
  • redux-saga-prueba-plan@4.0.4
  • redux-saga@1.1.3
  • reaccionar 17
  • broma@27.5.1
  • mecanografiado@4.6.3
about 4 years ago · Santiago Trujillo
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!