NatLibFi/marc-record-js

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

Summary

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