Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-02-09 14:35:53 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-02-09 14:35:53 +0300
commit26a951b7ab272b80df1281464aaf656570fe214e (patch)
treeeee35693b9471872f1c47dbc61a31cc3eb9231a5 /app/assets/javascripts/environments/stores
parent6077dea7b1f6fb857f786d86cd7cf9e5204ec9a9 (diff)
Use CJS for tests.
Updates expected model in tests
Diffstat (limited to 'app/assets/javascripts/environments/stores')
-rw-r--r--app/assets/javascripts/environments/stores/environments_store.js.es61
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/environments/stores/environments_store.js.es6 b/app/assets/javascripts/environments/stores/environments_store.js.es6
index 52bd6b94551..749dd882188 100644
--- a/app/assets/javascripts/environments/stores/environments_store.js.es6
+++ b/app/assets/javascripts/environments/stores/environments_store.js.es6
@@ -10,7 +10,6 @@ class EnvironmentsStore {
this.state.environments = [];
this.state.stoppedCounter = 0;
this.state.availableCounter = 0;
- this.state.filteredEnvironments = [];
return this;
}