From 7756dea3fa0dddcba3449557858bdcc16d11f0fc Mon Sep 17 00:00:00 2001 From: nitram509 Date: Sun, 29 Jun 2014 12:51:03 +0200 Subject: [PATCH] fixed test filename according to http://definitelytyped.org/guides/contributing.html --- hellojs/{hellojs-test.ts => hellojs-tests.ts} | 0 jstree/{jstree-test.ts => jstree-tests.ts} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename hellojs/{hellojs-test.ts => hellojs-tests.ts} (100%) rename jstree/{jstree-test.ts => jstree-tests.ts} (100%) diff --git a/hellojs/hellojs-test.ts b/hellojs/hellojs-tests.ts similarity index 100% rename from hellojs/hellojs-test.ts rename to hellojs/hellojs-tests.ts diff --git a/jstree/jstree-test.ts b/jstree/jstree-tests.ts similarity index 100% rename from jstree/jstree-test.ts rename to jstree/jstree-tests.ts