refactor: update AuthErrorCode import path to constants

This commit is contained in:
Sheldon Guo 2025-03-11 02:57:59 +08:00
parent e4e508ac8e
commit 03f4e516bd

View File

@ -9,7 +9,7 @@
import { vi } from 'vitest'; import { vi } from 'vitest';
import { BaseAuth } from '../base/auth'; import { BaseAuth } from '../base/auth';
import { AuthErrorCode } from '../auth'; import { AuthErrorCode } from '../constants';
describe('base-auth', () => { describe('base-auth', () => {
it('should validate username', () => { it('should validate username', () => {