Organized spec folder
This commit is contained in:
+1
-1
@@ -27,4 +27,4 @@ coverage
|
||||
coverage.html
|
||||
common/dist/scripts/habitrpg-shared.js
|
||||
|
||||
test/spec/translations.js
|
||||
test/spec/mocks/translations.js
|
||||
|
||||
+2
-2
@@ -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'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user