vendredi 29 juillet 2016

Check if the component action gets called in integration test

I have the following simple component:

export default Ember.Component.extend({
  actions:{
    someAction(){
      //...
    }
  }
});

What should I do(in an integration test) if I want to check if this action gets called in the corresponding hbs file?




Aucun commentaire:

Enregistrer un commentaire