Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Update adapter.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Jun 26, 2016
1 parent 3012275 commit 3879f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/adapter.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ describe('adapter mocha', function () {
expect(createConfigObject(this.karma).reporter).not.to.eq('test')
})

it('should ignore propertie require from client config', function () {
it('should ignore property require from client config', function () {
this.karma.config.mocha = {
require: 'test'
}
Expand Down

0 comments on commit 3879f4b

Please sign in to comment.