diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-07-01 16:04:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-01 16:04:56 +0200 |
| commit | 851344f2ed588c0aa5db4fa66b7326900fdf9b5d (patch) | |
| tree | 77a69ff6796592a9cb5cd1d56256fdeef89fd521 /cli/tests | |
| parent | 7858ebd493afe15b4b583b0218c27e166572b280 (diff) | |
upgrade: swc_ecma_visit, dprint, deno_lint (#6580)
Diffstat (limited to 'cli/tests')
| -rw-r--r-- | cli/tests/unit/utime_test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/unit/utime_test.ts b/cli/tests/unit/utime_test.ts index 04b636c7d..7f54349e0 100644 --- a/cli/tests/unit/utime_test.ts +++ b/cli/tests/unit/utime_test.ts @@ -8,7 +8,6 @@ import { // Allow 10 second difference. // Note this might not be enough for FAT (but we are not testing on such fs). -// eslint-disable-next-line @typescript-eslint/no-explicit-any function assertFuzzyTimestampEquals(t1: Date | null, t2: Date): void { assert(t1 instanceof Date); assert(Math.abs(t1.valueOf() - t2.valueOf()) < 10_000); |
