summaryrefslogtreecommitdiff
path: root/bytes/test.ts
diff options
context:
space:
mode:
authorAxetroy <troy450409405@gmail.com>2019-05-24 19:44:13 +0800
committerRyan Dahl <ry@tinyclouds.org>2019-05-24 14:44:13 +0300
commit4ab0e0e9187c77244ddff11c389e0b39bda8fe4d (patch)
tree1dbba449a27b1c6247ee99dc53e15b0a8fe634eb /bytes/test.ts
parent0803912c7fe5f034914e3c63347d5b6a4d2f23c8 (diff)
Enable bytes tests and add bytesRepeat (denoland/deno_std#446)
Original: https://github.com/denoland/deno_std/commit/bd46d60ded3197d93a52ede92eba7302df9b4713
Diffstat (limited to 'bytes/test.ts')
-rw-r--r--bytes/test.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/bytes/test.ts b/bytes/test.ts
new file mode 100644
index 000000000..711bf62c4
--- /dev/null
+++ b/bytes/test.ts
@@ -0,0 +1,2 @@
+// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
+import "./bytes_test.ts";