我的代码:
<BankStatementAccount>
<xsl:for-each select="BankStatementAccount/Line">
<Line>
<xsl:value-of select="Data" />
<xsl:variable name="var" select="substring(.,1,8)" />
<tag1><xsl:value-of select="$var[1]" /></tag1>
<!-- and $var[2].. so on.. -->
</Line>
</xsl:for-each>
</BankStatementAccount>
使用npm run test运行该错误:
`shreyas @ shreyas-Inspiron-3520:〜/ inbox $ npm运行测试
inbox@1.0.0-beta.55测试/ home / shreyas / inbox 摩卡咖啡
收件箱 1)“先于”钩子用于“部署合同”
0通过(2秒) 1个失败
1)“在每个之前”钩子用于“部署合同”: 错误:超时超过2000毫秒。对于异步测试和挂钩,请确保调用了“ done()”;如果返回承诺,请确保其解决。 在listOnTimeout(internal / timers.js:531:17) 在processTimers上(internal / timers.js:475:7)
我在许多类似的问题中寻找解决方案,但没有一个对我有帮助。请帮忙。我已经在这个问题上花了几个小时。
我的项目的Git存储库:https://github.com/shreyasjain/inbox