mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 05:08:51 +00:00
fix Gruntfile path to old client tests
This commit is contained in:
parent
ab84e88650
commit
3d72233d54
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ module.exports = function(grunt) {
|
|||
grunt.registerTask('test:prepare:translations', function() {
|
||||
var i18n = require('./website/server/libs/i18n'),
|
||||
fs = require('fs');
|
||||
fs.writeFileSync('test/spec/mocks/translations.js',
|
||||
fs.writeFileSync('test/client-old/spec/mocks/translations.js',
|
||||
"if(!window.env) window.env = {};\n" +
|
||||
"window.env.translations = " + JSON.stringify(i18n.translations['en']) + ';');
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue