AminoJS / Amino.JS

A powerful JavaScript library for interacting with the Amino API :star2:
MIT License
27 stars 5 forks source link

Create TODO #43

Closed akatsukilevi closed 5 years ago

akatsukilevi commented 5 years ago

Made this TODO directly on GitHub to not forget. Will start working on it tomorrow More things will be added tomorrow. Got far from the project due to school and work. Got free time now, so i will update it to work with the newer versions of Amino

akatsukilevi commented 5 years ago

FAIL test/modules/getUserBlogs.test.js ● how the methods should response (With NO false input) › Get a list of user posted blog posts expect(received).toBe(expected) // Object.is equality

Expected value to be:
  true
Received:
  false
  14 |                 Array.isArray(myBlogs.blogs)
  15 |             )
> 16 |             .toBe(true);
  17 |             expect(myBlogs.error).toBeNull();
  18 |             expect(myBlogs.status).toBe('ok');
  19 |         });

  at Object.it (test/modules/getUserBlogs.test.js:16:14)

Some changes happened at the Amino Back-end, will be fixing it tomorrow too

moelrobii commented 5 years ago

Please leave the Branch and only delete once the Project board update is done.