Skip to content

Commit

Permalink
test: fix script tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore committed Apr 2, 2022
1 parent c1ab5d4 commit 42d65f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<script is:inline>
<script>
console.log('some content here.');
</script>
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ import Widget2 from '../components/Widget2.astro';
<Widget />
<Widget2 />
</body>
</html>
</html>

0 comments on commit 42d65f0

Please sign in to comment.