empty form component
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user