소스 검색

remove v5 from file name

kaori 4 년 전
부모
커밋
1090570c1e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/app/test/integration/service/user-groups.test.ts

+ 0 - 1
packages/app/test/integration/service/v5.user-groups.test.ts → packages/app/test/integration/service/user-groups.test.ts

@@ -14,7 +14,6 @@ describe('UserGroupService', () => {
 
   beforeAll(async() => {
     crowi = await getInstance();
-    await crowi.configManager.updateConfigsInTheSameNamespace('crowi', { 'app:isV5Compatible': true });
 
     UserGroup = mongoose.model('UserGroup');