How to translate JS tests with Babel before running in R# test runner?

时间:2017-04-24 17:35:45

标签: javascript msbuild resharper babeljs

We want to write our JS specs in ES6 and translate them using Babel before running in the ReSharper test runner. Currently, we're running the tests in Chrome (willing to use headless or PhantomJS if that turns out to be preferable) and executing Babel as an MSBuild task. But we're not sure how to instruct R# to use our translated specs to build Tests.js.

0 个答案:

没有答案