From 39053e83bb82fdaae06f484d25145b0f08f8b71b Mon Sep 17 00:00:00 2001 From: Eemeli Aro Date: Sat, 8 Jun 2024 19:19:58 +0300 Subject: [PATCH] chore: Satisfy strict TS --- tests/yaml-test-suite.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/yaml-test-suite.ts b/tests/yaml-test-suite.ts index 68af9ccd..ae640f42 100644 --- a/tests/yaml-test-suite.ts +++ b/tests/yaml-test-suite.ts @@ -1,4 +1,4 @@ -import { existsSync, readdirSync, readFileSync } from 'fs' +import { readdirSync, readFileSync } from 'fs' import { resolve } from 'path' import { CST, Document, Lexer, parse, parseAllDocuments, Parser } from 'yaml'