mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added "any" type to foo
Apparently the "noImplicitAny" switch is set in Travis.
This commit is contained in:
@@ -658,7 +658,7 @@ describe("jasmine.objectContaining", function () {
|
||||
});
|
||||
|
||||
describe("jasmine.arrayContaining", function() {
|
||||
var foo;
|
||||
var foo: any;
|
||||
|
||||
beforeEach(function() {
|
||||
foo = [1, 2, 3, 4];
|
||||
|
||||
Reference in New Issue
Block a user