marty-test-utils:Martyjs 测试工具

时间:2024-06-29 04:53:15
【文件属性】:

文件名称:marty-test-utils:Martyjs 测试工具

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-29 04:53:15

JavaScript

marty-test-utils 一堆帮助测试的助手。 模拟商店 用它来伪造商店。 mockStore ( 'MyStore' , { method1 : spy ( ) } ) ; 模拟组件 用它来伪造一个 React 组件。 mockComponent ( 'Test' ) ; // =>

mockComponent ( 'Test' , 'span' ) ; // => onDispatchedAction 使用它来测试通过ActionCreators和Queries的调度程序触发的操作。 const dispatcher = Marty.dispatcher.getDefault(); it('tests a dispatched action', (done) => { onDispatchedActio


【文件预览】:
marty-test-utils-master
----on-store-change.es6(298B)
----.travis.yml(38B)
----.babelrc(17B)
----.bin()
--------test(214B)
--------compile(122B)
--------clean(94B)
----package.json(769B)
----__tests__()
--------on-store-change-test.es6(23B)
--------mock-component-test.es6(962B)
--------on-dispatched-action-test.es6(28B)
--------index-test.es6(453B)
--------mock-store-test.es6(751B)
----index.es6(248B)
----mock-component.es6(227B)
----.npmignore(9B)
----.gitignore(80B)
----on-dispatched-action.es6(260B)
----README.md(1KB)
----mock-store.es6(228B)

网友评论