Skip to content

Commit

Permalink
publish was ignoring the test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbmeyer committed Oct 27, 2017
1 parent 8490136 commit a3ffc94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .npmignore
@@ -1 +1,2 @@
!dist/
!dist/
!test/
1 change: 0 additions & 1 deletion test/stache-define-test.js
Expand Up @@ -13,7 +13,6 @@ test("basic replacement and updating", function(){
});
var stashed = stache("<h1 class='foo'>{{message}}</h1>");


var frag = stashed(map);

equal( frag.firstChild.firstChild.nodeValue, "World","got back the right text");
Expand Down

0 comments on commit a3ffc94

Please sign in to comment.