mirror of
https://github.com/denoland/deno.git
synced 2025-10-01 14:41:15 +00:00
Eslint fixes (denoland/deno_std#356)
Make warnings fail
Original: 4543b563a9
This commit is contained in:
parent
e1f7a60bb3
commit
dcd01dd025
88 changed files with 948 additions and 806 deletions
|
@ -3,6 +3,6 @@ import { test } from "../testing/mod.ts";
|
|||
import { assertEquals } from "../testing/asserts.ts";
|
||||
import { parse } from "./mod.ts";
|
||||
|
||||
test(function whitespaceShouldBeWhitespace() {
|
||||
test(function whitespaceShouldBeWhitespace(): void {
|
||||
assertEquals(parse(["-x", "\t"]).x, "\t");
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue