mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
Fix tslint warnings.
This commit is contained in:
1
node-tests/definitions/chai.d.ts
vendored
1
node-tests/definitions/chai.d.ts
vendored
@ -1,3 +1,4 @@
|
||||
/* tslint:disable */
|
||||
|
||||
// Type definitions for chai 1.7.2
|
||||
// Project: http://chaijs.com/
|
||||
|
2
node-tests/definitions/mocha.d.ts
vendored
2
node-tests/definitions/mocha.d.ts
vendored
@ -1,3 +1,5 @@
|
||||
/* tslint:disable */
|
||||
|
||||
// Type definitions for mocha 1.17.1
|
||||
// Project: http://visionmedia.github.io/mocha/
|
||||
// Definitions by: Kazi Manzur Rashid <https://github.com/kazimanzurrashid/>, otiai10 <https://github.com/otiai10>
|
||||
|
@ -17,7 +17,6 @@ describe("xml parser", () => {
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
it("handles whitespace around attribute =", () => {
|
||||
let attributes = null;
|
||||
let element = null;
|
||||
|
Reference in New Issue
Block a user