summaryrefslogtreecommitdiff
path: root/std/encoding/yaml_test.ts
blob: af75770dda9ad09246946d8a9444d7d9708a9d9e (plain)
1
2
3
4
5
6
7
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.

import "./_yaml/parse_test.ts";
import "./_yaml/stringify_test.ts";

// Type check.
import "./yaml.ts";