Skip to content

Commit 87a894b

Browse files
committed
add velocityjs tests
1 parent 734fbc1 commit 87a894b

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

History.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* add plates support
55
* add teacup support
66
* add liquid-node support
7+
* add velocityjs support
78
* allow absolute and relative partial paths
89
* extend dot options
910
* support layouts in vash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"underscore": "^1.3.3",
6666
"vash": "^0.12.2",
6767
"walrus": "^0.10.1",
68-
"whiskers": "^0.4.0"
68+
"whiskers": "^0.4.0",
6969
"velocityjs": "^0.8.2"
7070
},
7171
"keywords": [

test/consolidate.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ require('./shared/partials').test('arc-templates');
6565
require('./shared').test('marko');
6666
require('./shared').test('bracket');
6767
require('./shared').test('teacup');
68+
require('./shared').test('velocityjs');
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>$user.name</p>

0 commit comments

Comments
 (0)