Skip to content

Commit

Permalink
Remove semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Aleman committed Oct 26, 2018
1 parent fc334b2 commit 90c3456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/adapter.spec.js
Expand Up @@ -615,7 +615,7 @@ describe('jasmine adapter', function () {
}
var jasmineEnvMock = {
configure: jasmine.createSpy('configure').and.callFake(function (obj) {
var specFilter = obj.specFilter;
var specFilter = obj.specFilter

expect(specFilter(specMock)).toEqual(true)
})
Expand Down

0 comments on commit 90c3456

Please sign in to comment.