lava-oushudb-dt-sql-parser/test/setupTests.ts
JackWang032 a05f099aa1
feat: add toMatchUnorderedArrary matcher and apply it (#271)
* feat: add toMatchUnorderedArrary matcher replace tokenSuggestion test

* fix: revert benchmark and replace matcher of trinosql

---------

Co-authored-by: jialan <jialan@dtstack.com>
2024-03-01 16:48:53 +08:00

4 lines
97 B
TypeScript

import { toMatchUnorderedArrary } from './matchers';
expect.extend({ toMatchUnorderedArrary });