diff --git a/tests/doc/foldFlowLines.ts b/tests/doc/foldFlowLines.ts index 8b68117d..7b4e4485 100644 --- a/tests/doc/foldFlowLines.ts +++ b/tests/doc/foldFlowLines.ts @@ -2,7 +2,6 @@ import * as YAML from 'yaml' import { foldFlowLines as fold, FoldOptions } from 'yaml/util' import { source } from '../_utils' -const FOLD_BLOCK = 'block' const FOLD_FLOW = 'flow' const FOLD_QUOTED = 'quoted'