diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-12-15 14:53:36 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-12-15 14:53:36 +0100 |
commit | 5d2c52a27a15cb4546a301ff989ae34ea2c1e98c (patch) | |
tree | bcbee36ef90d714e585a542cf57b1a0db53ff67a /server/sonar-web/tests/mocha.opts | |
parent | 075f913eff761b6ab817fcb77a10c875f49f4cb5 (diff) | |
download | sonarqube-5d2c52a27a15cb4546a301ff989ae34ea2c1e98c.tar.gz sonarqube-5d2c52a27a15cb4546a301ff989ae34ea2c1e98c.zip |
upgrade to babel 6
Diffstat (limited to 'server/sonar-web/tests/mocha.opts')
-rw-r--r-- | server/sonar-web/tests/mocha.opts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/sonar-web/tests/mocha.opts b/server/sonar-web/tests/mocha.opts index 94ed8380c8d..c33427ae69d 100644 --- a/server/sonar-web/tests/mocha.opts +++ b/server/sonar-web/tests/mocha.opts @@ -1,4 +1,3 @@ --recursive ---compilers js:babel/register ---compilers jsx:babel/register +--compilers js:babel-register --require tests/jsdom-setup.js |