gpt4 book ai didi

webstorm - 如何在 WebStorm 2016.1 中运行用 typescript 编写的单个 mocha 测试

转载 作者:行者123 更新时间:2023-12-01 11:27:18 25 4
gpt4 key购买 nike

我为用 typescript 编写的测试设置了 mocha“运行配置”,并且“运行”命令完美执行。

但是当我选择通过单击“运行”窗口中的“运行...”弹出菜单来运行单个测试时,会出现语法错误。

在运行窗口中,WebStorm 执行如下操作:
/usr/local/bin/node /(...)/node_modules/mocha/bin/_mocha --ui bdd --reporter /Applications/(...)/mochaIntellijReporter.js /(...)/my-test.ts --grep "MyTest Basic test$"

好像WebStorm通过.ts文件而不是生成的 .js文件到 mocha,从而导致语法错误。

任何想法或解决方法?

最佳答案

作为解决方法,.ts可以运行文件而不是生成的 .js : 指定 --require ts-node/register在“额外摩卡选项”字段中(和 npm install ts-node)。

关于webstorm - 如何在 WebStorm 2016.1 中运行用 typescript 编写的单个 mocha 测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36303220/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com