NatLibFi/marc-record-js

View on GitHub
test-fixtures/index/constructor/03/metadata.json

Summary

Maintainability
Test Coverage
{
  "description": "Should fail to create record without subfields",
  "skip": false,
  "noinput": true,
  "operations": [
    { "name": "MarcRecord", "args": {
      "leader": "02848ccm a22005894i 4500",
      "fields": [
        {"tag": "001", "subfields": []}
      ]
    }}
  ],
  "throws": "Record is invalid",
  "immutable": true
}