# Tests that must run at the end of the test suite

assert = require("chai").assert
expect = require("chai").expect

# describe 'Event listeners', ->
#   it 'on body should not be more than 1.', ->
#     expect(getEventListeners(document.body).click.length).to.be.below(2)
