Skip to content

Commit

Permalink
fix: change main.ts reference so tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjoverm committed Apr 25, 2022
1 parent 3f6bfef commit e0d70a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
node_modules
dist
dist-v2
lib/cypress/videos
lib/cypress/videos
lib/cypress/screenshots
2 changes: 1 addition & 1 deletion playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
<button class="load-bridge" onclick="loadStoryblokBridgeScript()">
only load Storyblok Bridge script
</button>
<script type="module" src="/main.js"></script>
<script type="module" src="/main.ts"></script>
</body>
</html>

0 comments on commit e0d70a9

Please sign in to comment.