标签: node.js reactjs integration-testing
我刚开始在React中进行测试,因此我正在尝试为已经在开发的应用程序实施一些测试。
我运行npm测试,但出现此错误:
这是文件var animate = function(p, ctx) { var t ... ... ctx.beginPath() 中的默认测试:
var animate = function(p, ctx) { var t ... ... ctx.beginPath()
App.test.js