Updating Regexper class specs

This commit is contained in:
Jeff Avallone
2014-12-18 18:25:52 -05:00
parent 80ec29cd6b
commit e43033d789
2 changed files with 107 additions and 112 deletions
+2 -3
View File
@@ -99,7 +99,7 @@ export default class Regexper {
this.state = '';
if (expression !== '') {
this.renderRegexp(expression);
this.renderRegexp(expression).done();
}
}
@@ -173,7 +173,6 @@ export default class Regexper {
})
.finally(() => {
this.runningParser = false;
})
.done();
});
}
}