Skip to content

Commit

Permalink
Fixed deprecation warning on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
InDIOS committed Oct 29, 2018
1 parent ea81473 commit c46a138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/src/helpers/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ glob(specs, (err, test) => {
<html>
<head>
<meta charset="utf-8">
<title>Jasmine Spec Runner v3.2.1</title>
<title>Jasmine Spec Runner</title>
<link rel="shortcut icon" type="image/png" href="${jasmineCoreDir}/images/jasmine_favicon.png">
<link rel="stylesheet" href="${jasmineCoreDir}/lib/jasmine-core/jasmine.css">
<!-- Jasmine lib files here... -->
Expand All @@ -22,7 +22,7 @@ glob(specs, (err, test) => {
<script src="${jasmineCoreDir}/lib/jasmine-core/boot.js"></script>
<script>
var env = jasmine.getEnv();
env.randomizeTests(false);
env.configure({ random: false });
</script>
<!-- include source files here... -->
${insertScripts(utils)}
Expand Down

0 comments on commit c46a138

Please sign in to comment.