Wip tests

This commit is contained in:
leigh-mil
2019-05-09 16:02:39 -04:00
parent e0872d1095
commit 3a2e2aa878
2 changed files with 93 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
import FormMixin from '../../mixins/form'
import Modal from '../../mixins/modal'
// Note: If refactoring consider using nested vue components as suggested by Dan:
// https://github.com/dod-ccpo/atst/pull/799/files#r282240663
// May also want to reconsider the data structure by storing the roles and members separately
@@ -90,4 +89,8 @@ export default {
this.toggleSection()
},
},
render: function(createElement) {
return createElement('p', 'Please implement inline-template')
},
}