Skip to content

Commit

Permalink
fixed wrong describe
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-scherzinger committed Jan 24, 2017
1 parent 8420ab4 commit de22537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/EventEmitter.test.js
Expand Up @@ -9,7 +9,7 @@ const emitter = require('../lib/EventEmitter').default;
chai.should();
chai.use(sinonChai);

describe('Core', () => {
describe('Event Emitter', () => {
let spy;
beforeEach(() => {
spy = sinon.spy();
Expand Down

0 comments on commit de22537

Please sign in to comment.