From 7594a288f973c694829528c2a1ce0e37fdd08dc5 Mon Sep 17 00:00:00 2001 From: a-morales Date: Wed, 23 Mar 2016 10:59:52 -0700 Subject: [PATCH] update natural-sort tests to pass --- natural-sort/natural-sort-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/natural-sort/natural-sort-tests.ts b/natural-sort/natural-sort-tests.ts index 02b6c633d..d380ca51b 100644 --- a/natural-sort/natural-sort-tests.ts +++ b/natural-sort/natural-sort-tests.ts @@ -1,4 +1,4 @@ -/// +/// import naturalSort = require("naturalSort");