From a451b00ed5ba1bf816ac30383f3442d33b49d90e Mon Sep 17 00:00:00 2001 From: Dave Allen Date: Thu, 22 Jan 2015 15:46:42 -0800 Subject: [PATCH] Fixed path to definitions in test. --- meteor/meteor-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meteor/meteor-tests.ts b/meteor/meteor-tests.ts index fa81ec23d..23dbff736 100644 --- a/meteor/meteor-tests.ts +++ b/meteor/meteor-tests.ts @@ -1,4 +1,4 @@ -/// +/// /** * All code below was copied from the examples at http://docs.meteor.com/.