Skip to content

Commit 220ded7

Browse files
author
LCHProducciones
committed
Forgot to add the reference to typings on test file
1 parent 4c024cc commit 220ded7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

magicsuggest/magicsuggest-tests.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-

1+
/// <reference path="../jquery/jquery.d.ts"/>
2+
/// <reference path="magicsuggest.d.ts"/>
3+
24
function basicTest() {
35
$('#magicSuggest').magicSuggest();
46
}

0 commit comments

Comments
 (0)