From 78460b3b2bc938fe6d28e4c40ae89f797727bec3 Mon Sep 17 00:00:00 2001 From: James Cook Date: Sun, 10 Apr 2022 12:07:24 +0100 Subject: [PATCH] chore: update readme --- readme.md | 2 +- tests/baseClient.test.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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(); });