Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MockAdapter is missing getForeignStatesAsync function #591

Open
stevenengland opened this issue Jan 27, 2024 · 0 comments
Open

MockAdapter is missing getForeignStatesAsync function #591

stevenengland opened this issue Jan 27, 2024 · 0 comments

Comments

@stevenengland
Copy link

Hi there,

I am using v 4.1.0 and stumbled upon the issue that the MockAdapter has no method getForeignStatesAsync:

// Create instance
let adapter: MockAdapter;
adapter = utils.unit.createMocks({ name: 'xyz' }).adapter;
// Use it in a test
adapter.getForeignStatesAsync.resolves(testRecord); // <-- TypeError: Cannot read properties of undefined (reading 'resolves')

Looking at the mock at runtime reveales that there actually really is no function getForeignStatesAsync (although I get full auto completion support in the editor for example):
image

I looked at the code but I am not JS pro enough to get an idea why this method is missing at runtime.

KR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant