Skip to content

Commit 6d42b99

Browse files
committed
Fixed path to tmpl library.
1 parent fb2f6b5 commit 6d42b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,5 +255,5 @@
255255
}(
256256
this,
257257
this.expect || require('expect.js'),
258-
this.tmpl || require('../tmpl').tmpl
258+
this.tmpl || require('../js/tmpl').tmpl
259259
));

0 commit comments

Comments
 (0)