std/encoding/yaml_test.ts
2021-02-01 10:46:56 +00:00

5 lines
142 B
TypeScript

// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import "./yaml/parse_test.ts";
import "./yaml/stringify_test.ts";