mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Organized spec folder
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -27,4 +27,4 @@ coverage
|
|||||||
coverage.html
|
coverage.html
|
||||||
common/dist/scripts/habitrpg-shared.js
|
common/dist/scripts/habitrpg-shared.js
|
||||||
|
|
||||||
test/spec/translations.js
|
test/spec/mocks/translations.js
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ module.exports = function(config) {
|
|||||||
'website/public/bower_components/js-emoji/emoji.js',
|
'website/public/bower_components/js-emoji/emoji.js',
|
||||||
'common/dist/scripts/habitrpg-shared.js',
|
'common/dist/scripts/habitrpg-shared.js',
|
||||||
|
|
||||||
"test/spec/translations.js",
|
"test/spec/mocks/translations.js",
|
||||||
|
|
||||||
"website/public/js/env.js",
|
"website/public/js/env.js",
|
||||||
|
|
||||||
@@ -77,7 +77,7 @@ module.exports = function(config) {
|
|||||||
"website/public/js/controllers/footerCtrl.js",
|
"website/public/js/controllers/footerCtrl.js",
|
||||||
"website/public/js/controllers/challengesCtrl.js",
|
"website/public/js/controllers/challengesCtrl.js",
|
||||||
"website/public/js/controllers/hallCtrl.js",
|
"website/public/js/controllers/hallCtrl.js",
|
||||||
'test/spec/mock/**/*.js',
|
'test/spec/mocks/**/*.js',
|
||||||
'test/spec/specHelper.js',
|
'test/spec/specHelper.js',
|
||||||
'test/spec/**/*.js'
|
'test/spec/**/*.js'
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user