1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 19:59:37 +00:00

chore: update readme

This commit is contained in:
James Cook 2022-04-10 12:07:24 +01:00
parent 811e62fdac
commit 78460b3b2b
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -31,7 +31,6 @@ test("client returns full activity", () => {
});
test("client returns behaviour data", () => {
pending();
return expect(client.getBehaviour()).resolves.toBeObject();
});