Skip to content

Commit

Permalink
chore: Satisfy strict TS
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Jun 8, 2024
1 parent 8baee44 commit 39053e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/yaml-test-suite.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 39053e8

Please sign in to comment.