node tests: Move .test-js-with-node.html to var/."

This commit is contained in:
Taranjeet Singh 2016-07-19 19:00:45 +05:30 committed by Tim Abbott
parent 6548f1dd1c
commit 9b31f0a67a
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -20,7 +20,6 @@ zulip.kdev4
coverage/
.coverage
/queue_error
.test-js-with-node.html
.kateproject.d/
.kateproject
*.kate-swp

View File

@ -79,7 +79,7 @@ global.use_template = function (name) {
Handlebars.templates[name] = Handlebars.compile(data);
};
var output_fn = '.test-js-with-node.html';
var output_fn = 'var/.test-js-with-node.html';
(function () {
var data = '';