summaryrefslogtreecommitdiffstats
path: root/js/tests/unit/service/LoadingSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/unit/service/LoadingSpec.js')
-rw-r--r--js/tests/unit/service/LoadingSpec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tests/unit/service/LoadingSpec.js b/js/tests/unit/service/LoadingSpec.js
index f8146b87f..2033f33cc 100644
--- a/js/tests/unit/service/LoadingSpec.js
+++ b/js/tests/unit/service/LoadingSpec.js
@@ -15,6 +15,7 @@ describe('Loading', function () {
it('should be not load by default', inject(function (Loading) {
expect(Loading.isLoading('global')).toBe(false);
expect(Loading.isLoading('content')).toBe(false);
+ expect(Loading.isLoading('autopaging')).toBe(false);
}));
it('should set loading', inject(function (Loading) {