Skip to content

Commit

Permalink
chore: fix alias tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekaN2 committed Oct 23, 2023
1 parent 4e71ad0 commit a4d6340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/presentation/http/router/noteList.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import userSessions from '@test/test-data/userSessions.json';
import userSessions from '@tests/test-data/userSessions.json';
import { describe, test, expect } from 'vitest';

const refresh_token = userSessions[0]['refresh_tocken'];
Expand Down Expand Up @@ -100,4 +100,4 @@ describe('NoteList API', () => {
expect(response?.statusCode).toBe(expextedStatus);
});
});
});
});
1 change: 1 addition & 0 deletions vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default defineConfig({
'@lib/': '/src/lib/',
'@domain/': '/src/domain/',
'@repository/': '/src/repository/',
'@tests/': '/src/tests/',
},
},
});

0 comments on commit a4d6340

Please sign in to comment.