feat: add more roles (tech_lead, scrum_master, product_owner, designer, qa)
- Registration form: added 5 new role options to dropdown - Sidebar: new roles get proper nav access via ALL_ROLES/LEADER_ROLES - Dashboard: isLeader check expanded to include new leadership roles - Shared/Pages: role badge colors added for all new roles - Invite modal: expanded role dropdown
This commit is contained in:
11
vitest.integration.config.js
Normal file
11
vitest.integration.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'node',
|
||||
include: ['tests/integration/**/*.test.ts', 'tests/integration/**/*.test.js'],
|
||||
testTimeout: 20000,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user