Is it possible to use ES6 modules in Mocha tests?

后端 未结 2 1143
太阳男子
太阳男子 2021-02-07 13:51

ES6, Windows 10 x64, Node.js 8.6.0, Mocha 3.5.3

Is it possible to use ES6 modules in Mocha tests? I have the problems with export and import ke

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-07 14:12

    It's possible with Babel and Browserfy https://drublic.de/blog/es6-modules-using-browserify-mocha/

提交回复
热议问题