From 4ac66ec6401ff007193d6fb923dab8ae0839662d Mon Sep 17 00:00:00 2001 From: Vincent LE GOFF Date: Mon, 18 Mar 2019 17:49:54 +0100 Subject: Test reorganization (denoland/deno_std#290) Original: https://github.com/denoland/deno_std/commit/0bb040e8d41788c188fa9aad8458dbfba78db4f4 --- strings/test.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 strings/test.ts (limited to 'strings/test.ts') diff --git a/strings/test.ts b/strings/test.ts new file mode 100644 index 000000000..d0d96aa08 --- /dev/null +++ b/strings/test.ts @@ -0,0 +1,2 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +import "./pad_test.ts"; -- cgit v1.2.3