Updating Regexper class specs
This commit is contained in:
+2
-3
@@ -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();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user