mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-28 16:15:49 +00:00
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:
committed by
Mayukha Vadari
parent
8e52854773
commit
da9feffada
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user