summaryrefslogtreecommitdiff
path: root/std/encoding/yaml_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/encoding/yaml_test.ts')
-rw-r--r--std/encoding/yaml_test.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/std/encoding/yaml_test.ts b/std/encoding/yaml_test.ts
new file mode 100644
index 000000000..40de6a94d
--- /dev/null
+++ b/std/encoding/yaml_test.ts
@@ -0,0 +1,4 @@
+// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
+
+import "./yaml/parse_test.ts";
+import "./yaml/stringify_test.ts";