enlight / dbgmits

NodeJS module that provides the ability to control GDB and LLDB debuggers via GDB/MI.
MIT License
6 stars 3 forks source link

Convert logSuite() and logTest() to decorator functions #27

Closed enlight closed 9 years ago

enlight commented 9 years ago

Turns out that currently you can't decorate stand-alone functions, only methods within a class. Since logSuite() and logTest() are applied to the results of the describe() and it() functions it's currently impossible to convert them into decorators.