Testing-React-with-Mocha

时间:2024-05-20 01:16:47
【文件属性】:

文件名称:Testing-React-with-Mocha

文件大小:10KB

文件格式:ZIP

更新时间:2024-05-20 01:16:47

CoffeeScript

使用Mocha测试React和Flux(McFly) 走吧 npm install mocha 工具 运行测试 断言 用于存根,间谍等 来模拟外部API调用 以模拟require调用并允许进行私有方法测试 以帮助Flux调度程序成为单例 模式 React组件 使用React Test Utils 使用Rewire的__set__方法模拟嵌套的React组件。 例如,请参见-ParentTests.coffee。 助焊剂商店 使用dispatcher.dispatch调度假动作 使用Rewire的__get__方法公开私有方法 有关示例,请参见ItemStoreTests.coffee 助焊剂动作 使用Sinon Spys并监视dispatcher.dispatch以确保您的操作按预期进行 外部API调用 使用Nock模拟测试中所需的任何外部API


【文件预览】:
Testing-React-with-Mocha-master
----package.json(608B)
----test()
--------mocha.opts(60B)
--------specHelper.coffee(607B)
--------components()
--------stores()
--------actions()
--------utils()
----.gitignore(22B)
----README.md(1KB)
----source()
--------components()
--------stores()
--------actions()
--------utils()

网友评论