Skip to content

Commit

Permalink
Avoid var
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Nov 8, 2023
1 parent 5f91de7 commit bffdf94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import module from './personalOptions.modal'

describe('Designation Editor Personal Options', function () {
beforeEach(angular.mock.module(module.name))
var $ctrl
let $ctrl

var controllerInjections = {
const controllerInjections = {
designationNumber: '000555',
designationType: 'Staff',
giveDomain: 'https://give.cru.org',
Expand Down

0 comments on commit bffdf94

Please sign in to comment.