Is there a way to "end" a test when using mocha?

Is there like a done() function or something so what my beforeEach() method doesnt run on into other tests?