Fix lint issue in jasmine testrunners
This commit is contained in:
@@ -36,4 +36,4 @@ const reporter = new SpecReporter({
|
||||
// initialize and execute
|
||||
jasmine.env.clearReporters();
|
||||
jasmine.addReporter(reporter);
|
||||
jasmine.execute();
|
||||
void jasmine.execute();
|
||||
|
||||
Reference in New Issue
Block a user