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

Function testArrayConcat

js/src/test/base/test.arrayConcat.js:3–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import ccxt from '../../../ccxt.js';
2import testSharedMethods from '../Exchange/base/test.sharedMethods.js';
3function testArrayConcat() {
4 const exchange = new ccxt.Exchange({
5 'id': 'sampleexchange',
6 });
7 testSharedMethods.assertDeepEqual(exchange, undefined, 'testArrayConcat', exchange.arrayConcat(['b'], ['a', 'c']), ['b', 'a', 'c']);
8 // todo: other cases
9}
10export 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…