empty form component
This commit is contained in:
parent
14b8c1f1a8
commit
f49c0c89a3
|
@ -0,0 +1,4 @@
|
|||
|
||||
export default Ember.Component.extend({
|
||||
|
||||
});
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
hello world
|
|
@ -0,0 +1,11 @@
|
|||
import componentTest from 'helpers/component-test';
|
||||
|
||||
moduleForComponent('donation-form', { integration: true });
|
||||
|
||||
componentTest('donation form', {
|
||||
template: `{{donation-form}}`,
|
||||
|
||||
test(assert) {
|
||||
assert.ok(true);
|
||||
}
|
||||
});
|
Loading…
Reference in New Issue