Skip to content

Commit

Permalink
rename event-emitter.test.js -> mitt.test.js (vercel#5992)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucleray authored and timneutkens committed Jan 5, 2019
1 parent fc19b23 commit dd9d4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/EventEmitter.test.js → test/unit/mitt.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-env jest */
import mitt from 'next-server/dist/lib/mitt'

describe('EventEmitter', () => {
describe('mitt', () => {
describe('With listeners', () => {
it('should listen to a event', (done) => {
const ev = mitt()
Expand Down

0 comments on commit dd9d4cc

Please sign in to comment.