diff options
Diffstat (limited to 'server/sonar-web/tests/mocha.opts')
-rw-r--r-- | server/sonar-web/tests/mocha.opts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/tests/mocha.opts b/server/sonar-web/tests/mocha.opts index 083265fe8a5..d3dbd50844c 100644 --- a/server/sonar-web/tests/mocha.opts +++ b/server/sonar-web/tests/mocha.opts @@ -1,3 +1,3 @@ --recursive ---compilers js:babel-register,css:tests/null-compiler.js +--compilers js:babel-register,css:tests/null-compiler.js,hbs:tests/null-compiler.js --require tests/jsdom-setup.js |