diff --git a/readme.md b/readme.md index c6be13a..629253f 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,7 @@ A client for the classcharts API * [Documentation](https://jamesatjaminit.github.io/classcharts-api/) -* [API Documentation (with library examples)](https://github.com/Classcharts-API/api-docs) +* [API Documentation (with library examples)](https://classcharts-api.github.io/api-docs/#introduction) * [Discord](https://discord.gg/DTcwugcgZ2) # Examples Docs are very much a WIP, for any help with the library, please join the discord above diff --git a/tests/baseClient.test.ts b/tests/baseClient.test.ts index 7441e3c..94c92ef 100644 --- a/tests/baseClient.test.ts +++ b/tests/baseClient.test.ts @@ -31,7 +31,6 @@ test("client returns full activity", () => { }); test("client returns behaviour data", () => { - pending(); return expect(client.getBehaviour()).resolves.toBeObject(); });