()
| 304 | } |
| 305 | |
| 306 | function givenProductInCategory1() { |
| 307 | return Product.create({id: 1, name: 'Pen', categoryId: 1}); |
| 308 | } |
| 309 | |
| 310 | function expectOptionsInjectedFromCategory() { |
| 311 | expect(actualOptions).to.have.property('injectedFrom', 'Category'); |
no outgoing calls
no test coverage detected
searching dependent graphs…