Updated the dependency (because forgot to before)
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 34s
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 34s
This commit is contained in:
parent
9041c057ec
commit
98be42cb99
4 changed files with 223 additions and 780 deletions
|
|
@ -21,7 +21,7 @@ jest.unstable_mockModule('fs', () => ({
|
|||
}));
|
||||
|
||||
// Mock dependency
|
||||
jest.unstable_mockModule('@BridgemanAccessible/ba-auth/keystore', () => ({
|
||||
jest.unstable_mockModule('@BridgemanAccessible/ba-auth_keystore', () => ({
|
||||
BaseKeystore: class {},
|
||||
Keystore: {
|
||||
addKeystoreType: jest.fn(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue