Remove unused function from test script

This commit is contained in:
Tony Garnock-Jones 2016-02-02 14:35:43 -05:00
parent bf94a2cd1c
commit 6b9c7fee67
1 changed files with 0 additions and 4 deletions

View File

@ -7,10 +7,6 @@ var Patch = require('../src/patch.js');
var __ = Route.__;
var _$ = Route._$;
function checkPrettyTrie(m, expected) {
expect(r.prettyTrie(m)).to.equal(expected.join('\n'));
}
function checkPrettyPatch(p, expectedAdded, expectedRemoved) {
expect(Patch.prettyPatch(p)).to.equal(
('<<<<<<<< Removed:\n' + expectedRemoved.join('\n') +