You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/bin/secrets/secrets.test.ts (every secrets bin command should have its own test file located in tests/bin/secrets and secrets.test.ts can be removed)
tests/bin/vaults/vaults.test.ts (every vaults bin command should have its own test file located in tests/bin/vaults and vaults.test.ts can be removed)
tests/client/rpcVaults.test.ts (every vaults client service handler should have its own test file located in tests/client/service and rpcVaults.test.ts can be removed)
tests/agent/GRPCClientAgent.test.ts (every vaults agent service handler should have its own test file located in tests/agent/service and all vaults-related tests can be removed from GRPCClientAgent.test.ts)
Specification
tests/bin/secrets/secrets.test.ts(every secrets bin command should have its own test file located intests/bin/secretsandsecrets.test.tscan be removed)tests/bin/vaults/vaults.test.ts(every vaults bin command should have its own test file located intests/bin/vaultsandvaults.test.tscan be removed)tests/client/rpcVaults.test.ts(every vaults client service handler should have its own test file located intests/client/serviceandrpcVaults.test.tscan be removed)tests/agent/GRPCClientAgent.test.ts(every vaults agent service handler should have its own test file located intests/agent/serviceand all vaults-related tests can be removed fromGRPCClientAgent.test.ts)Additional context
Tasks