Added comprehensive unit test coverage for Container Copy jobs (#2275)

* copy job uts

* unit test coverage

* lint fix

* normalize account dropdown id
This commit is contained in:
BChoudhury-ms
2025-12-09 09:35:58 +05:30
committed by GitHub
parent ca858c08fb
commit a714ef02c0
80 changed files with 23899 additions and 35 deletions

View File

@@ -32,6 +32,12 @@ module.exports = {
extends: ["plugin:jest/recommended"],
plugins: ["jest"],
},
{
files: ["src/Explorer/ContainerCopy/**/*.{test,spec}.{ts,tsx}"],
rules: {
"@typescript-eslint/no-explicit-any": "off",
},
},
],
rules: {
"no-console": ["error", { allow: ["error", "warn", "dir"] }],