mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
chore: update readme
This commit is contained in:
parent
811e62fdac
commit
78460b3b2b
2 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
A client for the classcharts API
|
A client for the classcharts API
|
||||||
|
|
||||||
* [Documentation](https://jamesatjaminit.github.io/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)
|
* [Discord](https://discord.gg/DTcwugcgZ2)
|
||||||
# Examples
|
# Examples
|
||||||
Docs are very much a WIP, for any help with the library, please join the discord above
|
Docs are very much a WIP, for any help with the library, please join the discord above
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@ test("client returns full activity", () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
test("client returns behaviour data", () => {
|
test("client returns behaviour data", () => {
|
||||||
pending();
|
|
||||||
return expect(client.getBehaviour()).resolves.toBeObject();
|
return expect(client.getBehaviour()).resolves.toBeObject();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue