Skip to content

Commit

Permalink
tests formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
manchenkoff committed Sep 21, 2023
1 parent e4645d3 commit 2958afb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion test/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ describe('ssr', async () => {
});

it('renders the index page', async () => {
// Get response to a server-rendered page with `$fetch`.
const html = await $fetch('/');
expect(html).toContain('<div>basic</div>');
});
Expand Down
4 changes: 1 addition & 3 deletions test/fixtures/basic/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import MyModule from '../../../src/module';

export default defineNuxtConfig({
modules: [MyModule],
modules: ['../../../src/module'],
});

0 comments on commit 2958afb

Please sign in to comment.