Skip to content

Commit 013c6d0

Browse files
committed
chore: cleanup
1 parent 7d86e12 commit 013c6d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/angular-localForage.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ describe('Module: LocalForageModule', function () {
9898
});
9999

100100
it('service:setItem and getItem should work', function() {
101-
var result = null;
102101
function run(driver) {
103102
return runs(function() {
104103
return myService.setDriver(driver).then(function() {
@@ -130,7 +129,6 @@ describe('Module: LocalForageModule', function () {
130129
});
131130

132131
it('service:setItem should strip $$hashKey from arrays used in ngRepeat', function() {
133-
var result = null;
134132
function run(driver) {
135133
return runs(function() {
136134
return myService.setDriver(driver).then(function() {

0 commit comments

Comments
 (0)