Refactor to make code more TypeScript compatible (#183) #5
integration.yml
on: push
Matrix: test
slack-on-failure
2s
Annotations
2 errors
test/integration/live-api.test.js > API integration > assembly creation > should allow adding different types:
test/integration/live-api.test.js#L277
AssertionError: expected undefined to match object { name: 'file1', …(11) }
- Expected:
Object {
"basename": "file1",
"ext": "svg",
"field": "file1",
"md5hash": "1b199e02dd833b2278ce2a0e75480b14",
"mime": "image/svg+xml",
"name": "file1",
"original_basename": "file1",
"original_md5hash": "1b199e02dd833b2278ce2a0e75480b14",
"original_name": "file1",
"original_path": "/",
"size": 117,
"type": "image",
}
+ Received:
undefined
❯ test/integration/live-api.test.js:277:34
|
test (18)
Process completed with exit code 1.
|