-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
spotted this comment on wrapper.tests.ts
// TODO add this in when fetchRelease method is in progress
// describe('fetchRelease', () => {
// test('fetches the release from native', async () => {
// await expect(NATIVE.fetchRelease()).resolves.toMatchObject({
// build: '0.0.1',
// id: 'test-mock',
// version: '0.0.1',
// });
// });
// });
Check if fech release was released if no, add a task to add fetchRelease (or discuss if this is needed)
Metadata
Metadata
Assignees
Projects
Status
Needs Discussion