Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This reproduces a bug in AVA (maybe?). Just run $ npm t and you'll … #6

Merged
merged 1 commit into from
Mar 17, 2016

Commits on Mar 16, 2016

  1. This reproduces a bug in AVA (maybe?). Just run $ npm t and you'll …

    …get:
    
    (node) warning: possible EventEmitter memory leak detected. 11 test listeners added. Use emitter.setMaxListeners() to increase limit.
    Trace
        at TestCollection.addListener (events.js:239:17)
        at Runner.run (/Users/kdodds/Developer/eslint-find-new-rules/node_modules/ava/lib/runner.js:127:13)
        at process.<anonymous> (/Users/kdodds/Developer/eslint-find-new-rules/node_modules/ava/index.js:90:10)
        at emitOne (events.js:77:13)
        at process.emit (events.js:169:7)
        at process.<anonymous> (/Users/kdodds/Developer/eslint-find-new-rules/node_modules/ava/lib/test-worker.js:124:10)
        at emitTwo (events.js:87:13)
        at process.emit (events.js:172:7)
        at handleMessage (internal/child_process.js:689:10)
        at Pipe.channel.onread (internal/child_process.js:440:11)
    Kent C. Dodds committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    91a3b9b View commit details
    Browse the repository at this point in the history