Skip to content

Commit

Permalink
ugh lint
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 24e4438 commit 15d9f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/runtime/server/validate-headers.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, test, expect, beforeEach, vi } from 'vitest';
import {validateHeaders} from './validate-headers.js';
import { validateHeaders } from './validate-headers.js';

describe('validateHeaders', () => {
const console_warn_spy = vi.spyOn(console, 'warn');
Expand Down

0 comments on commit 15d9f74

Please sign in to comment.