refactor(core): Delete unused code, and fix typings in tests (no-changelog) (#8142)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-12-22 15:41:29 +01:00
committed by GitHub
parent 5778b3bac8
commit 4007163651
7 changed files with 7 additions and 202 deletions

View File

@@ -271,6 +271,7 @@ describe('CredentialsHelper', () => {
for (const testData of tests) {
test(testData.description, async () => {
//@ts-expect-error `loadedCredentials` is a getter and we are replacing it here with a property
mockNodesAndCredentials.loadedCredentials = {
[testData.input.credentialType.name]: {
type: testData.input.credentialType,