Skip to content

Commit d3932c6

Browse files
authored
fix: change jest-lite url to use https (#856)
1 parent 40f6b33 commit d3932c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<html>
1919
<head>
2020
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
21-
<script src="http://unpkg.com/jest-lite@1.0.0-alpha.4/dist/core.js"></script>
21+
<script src="https://unpkg.com/jest-lite@1.0.0-alpha.4/dist/core.js"></script>
2222
<script src="../dist/index.min.js"></script>
2323
<style>
2424
#map {

0 commit comments

Comments
 (0)