test: fix import issue

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2026-01-10 00:37:29 +03:00
parent ccbd648e4a
commit 667f3b7311
5 changed files with 699 additions and 96 deletions

View File

@@ -198,6 +198,7 @@
"@intlify/unplugin-vue-i18n": "^6.0.8",
"@nuxt/image": "^1.10.0",
"@nuxt/kit": "3.17.4",
"@sentry/vite-plugin": "^2.23.0",
"@types/d3-scale": "^4.0.9",
"@types/dagre": "^0.7.52",
"@types/diff": "^7.0.1",
@@ -206,12 +207,10 @@
"@types/leaflet": "^1.9.16",
"@types/leaflet.markercluster": "^1.5.5",
"@types/papaparse": "^5.3.15",
"@types/parse-github-url": "^1.0.3",
"@types/qrcode": "^1.5.5",
"@types/sortablejs": "^1.15.8",
"@types/splitpanes": "^2.2.6",
"@types/tinycolor2": "^1.4.6",
"@types/turndown": "^5.0.5",
"@types/validator": "^13.12.2",
"@types/vue-barcode-reader": "^0.0.3",
"@vitest/ui": "^3.0.7",
@@ -226,6 +225,7 @@
"eslint-plugin-prettier": "^4.2.1",
"happy-dom": "^17.1.8",
"nuxt": "3.17.4",
"nuxt-echarts": "^0.3.3",
"nuxt-windicss": "^3.0.1",
"prettier": "^2.8.8",
"sass": "^1.84.0",

View File

@@ -236,6 +236,7 @@
"@types/supertest": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"c8": "^10.1.3",
"chai": "^4.5.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
@@ -249,13 +250,17 @@
"mocha": "^10.8.2",
"nock": "^14.0.6",
"node-loader": "^2.1.0",
"nodemon": "^3.1.9",
"pino-pretty": "^10.3.1",
"prettier": "^2.8.8",
"react-email": "4.0.15",
"run-script-webpack-plugin": "0.2.2",
"semver": "^7.5.4",
"sinon": "^21.0.0",
"supertest": "^7.1.1",
"ts-checker-rspack-plugin": "^1.2.1",
"ts-jest": "29.2.5",
"typescript": "^5.7.3"
"typescript": "^5.7.3",
"webpack-obfuscator": "^3.5.1"
}
}

View File

@@ -0,0 +1,3 @@
export const isEE = false;
export const isOnPrem = false;
export const isCloud = false;

View File

@@ -1,3 +1,4 @@
export * from './constants';
export * from './dataUtils';
export * from './sanitiseUserObj';
export * from './emailUtils';
@@ -9,7 +10,3 @@ export * from './encryptDecrypt';
export * from './audit';
export * from './processUtils';
export * from './envs';
export const isEE = false;
export const isOnPrem = false;
export const isCloud = false;

776
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff