(left, right)
| 13 | } |
| 14 | |
| 15 | function compareString (left, right) { |
| 16 | assert.strictEqual(left.toString(), right.toString()) |
| 17 | } |
| 18 | |
| 19 | it('should take the derivative of a constant', function () { |
| 20 | compareString(derivativeWithoutSimplify('1', 'x'), '0') |
no test coverage detected
searching dependent graphs…