摩卡和柴的单元测试错误超过2000ms对于异步测试和挂钩

时间:2019-06-02 17:13:47

标签: node.js npm mocha chai web3

我的代码:

<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

0 个答案:

没有答案