MCPcopy Index your code
hub / github.com/ccxt/ccxt / testArrayConcat

Function testArrayConcat

ts/src/test/base/test.arrayConcat.ts:5–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import testSharedMethods from '../Exchange/base/test.sharedMethods.js';
4
5function testArrayConcat () {
6
7 const exchange = new ccxt.Exchange ({
8 'id': 'sampleexchange',
9 });
10
11 testSharedMethods.assertDeepEqual (exchange, undefined, 'testArrayConcat', exchange.arrayConcat ([ 'b' ], [ 'a', 'c' ]), [ 'b', 'a', 'c' ]);
12 // todo: other cases
13}
14
15export default testArrayConcat;

Callers 1

baseTestsInitFunction · 0.70

Calls 1

arrayConcatMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…