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