1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 03:56:59 +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

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