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