소스 검색

fix: update import path for ALL_SIGN from local interface to '@growi/core/dist/interfaces'

Shun Miyazawa 10 달 전
부모
커밋
f33ce3ceea
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      apps/app/src/client/util/scope-util.test.ts

+ 1 - 2
apps/app/src/client/util/scope-util.test.ts

@@ -1,7 +1,6 @@
+import { ALL_SIGN } from '@growi/core/dist/interfaces';
 import { describe, it, expect } from 'vitest';
 
-import { ALL_SIGN } from '../../interfaces/scope';
-
 import { parseScopes, getDisabledScopes, extractScopes } from './scope-util';
 
 describe('scope-util', () => {