Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Sep 26, 2024
1 parent d66727b commit 432a535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/index.test.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ESLint } from 'eslint';
import { describe, it, expect } from 'vitest';

import config from '.';
import config from './index.mjs';

describe('index', () => {
it('is a valid ESLint config', async () => {
Expand Down

0 comments on commit 432a535

Please sign in to comment.