kunal-mandalia / grraft

The mentorship platform for professionals, by professionals
https://www.grraft.com
1 stars 0 forks source link

Test: handling generated failing tests #24

Open kunal-mandalia opened 7 years ago

kunal-mandalia commented 7 years ago

Generated code npm run generate fails tests at:

  1. selectors.tests.js

    • const selector = selectorName()
  2. sagas.test.js

    • const generator = sagaName()
  3. Modify the stub generating these tests (.hbs file)

  4. Comment out failing calls and reimplement test over time

kunal-mandalia commented 7 years ago

branch: fixtest