Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. onDiagnosticTypesChange({ choices }) {
  2. this.project.projectProduct.diagnosticTypes = choices
  3. }
  4.  
  5. it('should expose a onDiagnosticTypesChange', () => {
  6. expect(ctrl.onDiagnosticTypesChange).toBeDefined()
  7. expect(typeof ctrl.onDiagnosticTypesChange).toBe('function')
  8. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement