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

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

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