Resultados da pesquisa a pedido "ember-qunit"

1 a resposta

brasa render hbs engolir erro jogado

Eu tenho um teste de integração de componentes simples: test('it throws error my-custom-input is called', function(assert) { assert.throws(() => { this.render(hbs`{{my-custom-input}}`); }, /my-custom-input component error/, 'Error must have been ...