Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
module.exports = {
mochaHooks: {
beforeAll: function() {
require('reflect-metadata');
}
}
};