allure-framework / allure-js-commons

Deprecated, use https://github.com/allure-framework/allure-js instead
Other
27 stars 40 forks source link

Expose beans #11

Closed pazone closed 8 years ago

pazone commented 8 years ago

Exposing beans for concurrent and mad frameworks

just-boris commented 8 years ago

It is pointless. if you need beans, you can import them right now

const Suite = require('allure-js-commons/beans/suite');
const Test = require('allure-js-commons/beans/test');

This is even better because you don't need to add more module.exports for every new bean.