UNPKG

@natlibfi/melinda-record-match-validator

Version:

Validates if two records matched by melinda-record-matching can be merged and sets merge priority

8 lines 215 B
{ "description": "Return true for two arrays with same elements in differing order", "arrayA": ["FOO", "BAR"], "arrayB": ["BAR", "FOO"], "expectedResult": true, "skip": false, "only": false }