|
@@ -1,5 +1,5 @@
|
|
|
-
|
|
|
|
|
-import { describe, test, it, expect } from 'vitest'
|
|
|
|
|
|
|
+// TODO: Supprimer l'extension off quand la composition du menu paramètres sera définitive
|
|
|
|
|
+import { describe, test, it, expect, beforeEach, vi } from 'vitest'
|
|
|
import {RuntimeConfig} from "@nuxt/schema";
|
|
import {RuntimeConfig} from "@nuxt/schema";
|
|
|
import {AnyAbility} from "@casl/ability/dist/types";
|
|
import {AnyAbility} from "@casl/ability/dist/types";
|
|
|
import {AccessProfile, organizationState} from "~/types/interfaces";
|
|
import {AccessProfile, organizationState} from "~/types/interfaces";
|