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