UNPKG

mathsteps

Version:
8 lines (5 loc) 253 B
const removeExponentByOne = require('../../../lib/simplifyExpression/basicsSearch/removeExponentByOne'); const testSimplify = require('./testSimplify'); describe('removeExponentByOne', function() { testSimplify('x^1', 'x', removeExponentByOne); });