mirror of https://github.com/zulip/zulip.git
node tests: Move .test-js-with-node.html to var/."
This commit is contained in:
parent
6548f1dd1c
commit
9b31f0a67a
|
@ -20,7 +20,6 @@ zulip.kdev4
|
|||
coverage/
|
||||
.coverage
|
||||
/queue_error
|
||||
.test-js-with-node.html
|
||||
.kateproject.d/
|
||||
.kateproject
|
||||
*.kate-swp
|
||||
|
|
|
@ -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 = '';
|
||||
|
|
Loading…
Reference in New Issue