NodeJS测试失败授权

时间:2018-09-05 01:07:31

标签: node.js testing

我已经设置了运行所有测试的测试套件。在测试一个特定模型时,我进行了专门针对该模型的测试。解决了所有错误... + 1

Successfull Tests when run by file alone

我的结构是:

服务器测试
--NonAuth
--Auth
---- profile.test.js
--user.test.js

当我在package.json中运行主要测试脚本时:

df <- sp.na.omit(data_pg_df, margin = 1)

发现所有内容,但我得到

export NODE_ENV=test && mocha --recursive server-tests/**/* --timeout 5000

Link to error
Link to next error

当开始测试Auth / profile.test.js时,会引发上述错误。

文件结构是否存在问题?

0 个答案:

没有答案