Skip to content

Commit

Permalink
Run integrations against minified script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Scott committed Oct 26, 2020
1 parent bff85d8 commit 7e5fe33
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion test/encrypt/index.html
Expand Up @@ -37,7 +37,7 @@ <h2>Output Error</h2>
<pre id="error"></pre>

<script src="../common.js"></script>
<script src="./ravelin.js"></script>
<script src="../ravelin.js"></script>
<script>
var ravelin;

Expand Down
1 change: 0 additions & 1 deletion test/encrypt/ravelin.js

This file was deleted.

1 change: 1 addition & 0 deletions test/ravelin.js
2 changes: 1 addition & 1 deletion test/send/index.html
Expand Up @@ -14,7 +14,7 @@ <h2>Output Error</h2>
<pre id="error"></pre>

<script src="../common.js"></script>
<script src="./ravelin.js"></script>
<script src="../ravelin.js"></script>
<script>
run(function() {
// Send a "msg" error report to http://api/?key.
Expand Down
1 change: 0 additions & 1 deletion test/send/ravelin.js

This file was deleted.

2 changes: 1 addition & 1 deletion test/track/index.html
Expand Up @@ -20,7 +20,7 @@ <h2>Output Error</h2>
<pre id="error"></pre>

<script src="../common.js"></script>
<script src="./ravelin.js"></script>
<script src="../ravelin.js"></script>
<script>
run(function() {
var q = parseQuery(window.location.search);
Expand Down
1 change: 0 additions & 1 deletion test/track/ravelin.js

This file was deleted.

2 changes: 1 addition & 1 deletion test/unit/index.html
Expand Up @@ -19,7 +19,7 @@
// mocha.checkLeaks(); // Incorrectly detects Sizzle in IE8.
</script>

<script src="ravelin.js"></script>
<script src="../ravelin.js"></script>
<script src="../common.js"></script>

<script src="../all.test.js"></script>
Expand Down
1 change: 0 additions & 1 deletion test/unit/ravelin.js

This file was deleted.

0 comments on commit 7e5fe33

Please sign in to comment.