(value)
| 626 | values: [['class', 'User']], |
| 627 | }, |
| 628 | customExpectations(value) { |
| 629 | expect(value.password).toBeUndefined(); |
| 630 | expect(value.username).toBe('bongocat'); |
| 631 | }, |
| 632 | dontExpectEquality: true, |
| 633 | }, |
| 634 |
no test coverage detected
searching dependent graphs…