Remove deprecated functions from api.ts (aka client.ts) (#1534)

* Removed deprecated functions from client.ts

* Renamed files to be camelCase

* Created top-level utils folder and tied all sub-references to it

* Grouped tests for those utils into their own section

Co-authored-by: Nathan Nichols <natenichols@cox.net>
This commit is contained in:
Jackson Mills
2021-08-25 10:39:00 -07:00
committed by Mayukha Vadari
parent 8e52854773
commit da9feffada
116 changed files with 525 additions and 949 deletions

View File

@@ -1,5 +1,5 @@
import assert from 'assert-diff'
import {assertRejects, TestSuite} from '../../utils'
import {assertRejects, TestSuite} from '../../testUtils'
/**
* Every test suite exports their tests in the default object.