mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
chore: typo fixes + config files
This commit is contained in:
parent
f11c7c564d
commit
00e3a13821
17 changed files with 124 additions and 16 deletions
|
|
@ -1,4 +1,6 @@
|
|||
import { StudentClient } from "../src";
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore
|
||||
import { code, dob } from "./config.json";
|
||||
import "jest-extended";
|
||||
const client = new StudentClient(code, dob);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue