2
Fork 0

made pass jshint and strict

This commit is contained in:
Willem 2016-04-23 03:58:27 +02:00
parent f37d735890
commit 583b7d8cc3
9 changed files with 16 additions and 63 deletions

View file

@ -1,6 +1,7 @@
'use strict';
define(['es5-ff-spa-loader'], function(FFSpaLoader) {
'use strict';
describe('Start loader', function() {
it('FFSpaLoader start with error', function(done) {
FFSpaLoader.options.server.url = 'http://localhost:9999';

View file

@ -1,6 +1,7 @@
'use strict';
define(['es5-ff-spa-loader'], function(FFSpaLoader) {
'use strict';
describe('Check module exports', function() {
describe('Check undefined', function() {
it('FFSpaLoader.options should be defined', function() {
@ -34,4 +35,3 @@ define(['es5-ff-spa-loader'], function(FFSpaLoader) {
});

View file

@ -1,6 +1,7 @@
'use strict';
define(['es5-ff-spa-loader'], function(FFSpaLoader) {
'use strict';
describe('Check factory detect', function() {
it('FFSpaLoader.factory.detect.localStorage', function() {
expect(FFSpaLoader.factory.detect.localStorage()).toEqual(true);