mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
fix broken test
This commit is contained in:
@@ -254,7 +254,7 @@ httpFoo.success((data, status, headers, config) => {
|
||||
var h = headers("test");
|
||||
h.charAt(0);
|
||||
var hs = headers();
|
||||
hs.concat(["test"]);
|
||||
hs["content-type"].charAt(1);
|
||||
});
|
||||
|
||||
function test_angular_forEach() {
|
||||
|
||||
Reference in New Issue
Block a user