(id, definition, options)
| 4 | |
| 5 | describe('Fact', () => { |
| 6 | function subject (id, definition, options) { |
| 7 | return new Fact(id, definition, options) |
| 8 | } |
| 9 | describe('Fact::constructor', () => { |
| 10 | it('works for constant facts', () => { |
| 11 | const fact = subject('factId', 10) |
no outgoing calls
no test coverage detected
searching dependent graphs…