mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
Merge pull request #6917 from caucik/fix-testing
chore: added mocha config to properly include Reflect via root hooks
This commit is contained in:
7
.mocharc.js
Normal file
7
.mocharc.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
mochaHooks: {
|
||||
beforeAll: function() {
|
||||
require('reflect-metadata');
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user