Fixed path to definitions in test.

This commit is contained in:
Dave Allen
2015-01-22 15:46:42 -08:00
parent aa3c40741a
commit a451b00ed5
+1 -1
View File
@@ -1,4 +1,4 @@
/// <reference path='../meteor.d.ts'/>
/// <reference path='meteor.d.ts'/>
/**
* All code below was copied from the examples at http://docs.meteor.com/.