We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee1633 commit 217cc59Copy full SHA for 217cc59
test/unit/datasets/DatasetResourceValidator.test.ts
@@ -34,7 +34,6 @@ describe('validate', () => {
34
sut.validate(dataset, testMetadataBlocks)
35
throw new Error('Validation should fail')
36
} catch (error) {
37
- console.log({ expectedMetadataFieldName })
38
expect(error).toBeInstanceOf(FieldValidationError)
39
expect(error.citationBlockName).toEqual('citation')
40
expect(error.metadataFieldName).toEqual(expectedMetadataFieldName)
0 commit comments