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 219 B
{ "description": "Return 'A' for two arrays with where second one includes subset of first one", "arrayA": ["FOO", "BAR"], "arrayB": ["BAR"], "expectedResult": "A", "skip": false, "only": false }