Skip to content

Commit

Permalink
update env test
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelycs committed Jun 10, 2019
1 parent a3536d4 commit 1a7e695
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/envTest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<html>
<head>
<meta charset="utf-8">
<script src="../../packages/vitejs/index.web.js"></script>
<script src="../../packages/abi/index.web.js"></script>
<script src="../../packages/WS/index.web.js"></script>
<script src="../../src/vitejs/dist/index.web.js"></script>
<script src="../../src/abi/dist/index.web.js"></script>
<script src="../../src/WS/dist/index.web.js"></script>
<script>
console.log(window.vite_vitejs)
console.log(window.vite_abi)
console.log(window.vite_ws)
console.log(window.$vite_vitejs)
console.log(window.$vite_abi)
console.log(window.$vite_WS)
</script>
</head>
</html>

0 comments on commit 1a7e695

Please sign in to comment.