mirror of
https://github.com/denoland/deno.git
synced 2025-09-22 18:32:28 +00:00
Update @typescript-eslint/* to v2.1.0 (#2878)
This commit is contained in:
parent
a205e8a3c2
commit
f12acdb50b
31 changed files with 100 additions and 83 deletions
|
@ -54,7 +54,7 @@ test(function nativeEndLine(): void {
|
|||
const options: object = {
|
||||
ending: "native"
|
||||
};
|
||||
let blob = new Blob(["Hello\nWorld"], options);
|
||||
const blob = new Blob(["Hello\nWorld"], options);
|
||||
|
||||
assertEquals(blob.size, Deno.build.os === "win" ? 12 : 11);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue