Skip to content

Commit

Permalink
add velocityjs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
doowb committed Sep 18, 2017
1 parent 734fbc1 commit 87a894b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* add plates support
* add teacup support
* add liquid-node support
* add velocityjs support
* allow absolute and relative partial paths
* extend dot options
* support layouts in vash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"underscore": "^1.3.3",
"vash": "^0.12.2",
"walrus": "^0.10.1",
"whiskers": "^0.4.0"
"whiskers": "^0.4.0",
"velocityjs": "^0.8.2"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions test/consolidate.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ require('./shared/partials').test('arc-templates');
require('./shared').test('marko');
require('./shared').test('bracket');
require('./shared').test('teacup');
require('./shared').test('velocityjs');
1 change: 1 addition & 0 deletions test/fixtures/velocityjs/user.velocityjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>$user.name</p>

0 comments on commit 87a894b

Please sign in to comment.