Skip to content

Commit

Permalink
fix: test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
timhanlon committed Jan 8, 2025
1 parent 1b83aca commit 8c8bb76
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
4 changes: 0 additions & 4 deletions test/fixtures/basic/app.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<template>
<div>
<nav>
<NuxtLink to="/">Home</NuxtLink> |
<NuxtLink to="/stories">Stories</NuxtLink>
</nav>
<NuxtPage />
</div>
</template>
5 changes: 0 additions & 5 deletions test/fixtures/basic/pages/index.vue

This file was deleted.

4 changes: 0 additions & 4 deletions test/fixtures/custom-route/app.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<template>
<div>
<nav>
<NuxtLink to="/">Home</NuxtLink> |
<NuxtLink to="/stories">Stories</NuxtLink>
</nav>
<NuxtPage />
</div>
</template>
5 changes: 0 additions & 5 deletions test/fixtures/custom-route/pages/index.vue

This file was deleted.

0 comments on commit 8c8bb76

Please sign in to comment.