Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wesolowski committed Jun 8, 2024
1 parent 7029046 commit b4b0a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/pages/api/auth/login.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, it, vi } from 'vitest';
import { POST } from '../../../../../src/pages/api/auth/login';
// import { POST } from '../../../../../src/pages/api/auth/login';

describe('POST API Route', () => {
it('returns error when email is invalid', async () => {
Expand Down

0 comments on commit b4b0a0f

Please sign in to comment.