mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
show source code
This commit is contained in:
@@ -20,7 +20,7 @@ describe("get content type", () => {
|
||||
});
|
||||
|
||||
getContentType(CONTENT_URL).then(content => {
|
||||
expect(content).toBe("application/text");
|
||||
expect(content.type).toBe("application/text");
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user