mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 11:46:23 +00:00
Organized spec folder
This commit is contained in:
parent
5d56bd02ef
commit
719907189f
14 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -27,4 +27,4 @@ coverage
|
|||
coverage.html
|
||||
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',
|
||||
'common/dist/scripts/habitrpg-shared.js',
|
||||
|
||||
"test/spec/translations.js",
|
||||
"test/spec/mocks/translations.js",
|
||||
|
||||
"website/public/js/env.js",
|
||||
|
||||
|
|
@ -77,7 +77,7 @@ module.exports = function(config) {
|
|||
"website/public/js/controllers/footerCtrl.js",
|
||||
"website/public/js/controllers/challengesCtrl.js",
|
||||
"website/public/js/controllers/hallCtrl.js",
|
||||
'test/spec/mock/**/*.js',
|
||||
'test/spec/mocks/**/*.js',
|
||||
'test/spec/specHelper.js',
|
||||
'test/spec/**/*.js'
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue