Fix lint issue in jasmine testrunners

This commit is contained in:
willclarktech
2021-05-25 12:33:53 +02:00
parent fd7ade05b9
commit 9c5f72b604
18 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -36,4 +36,4 @@ const reporter = new SpecReporter({
// initialize and execute
jasmine.env.clearReporters();
jasmine.addReporter(reporter);
jasmine.execute();
void jasmine.execute();