Skip to content

Commit 7487014

Browse files
committed
use new micro-rpc-client
1 parent e0efc51 commit 7487014

File tree

6 files changed

+261
-201
lines changed

6 files changed

+261
-201
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# buffer-js-async-data-fetch
1+
# @bufferapp/async-data-fetch
22

33
[![Build Status](https://travis-ci.org/bufferapp/buffer-js-async-data-fetch.svg?branch=master)](https://travis-ci.org/bufferapp/buffer-js-async-data-fetch)
44

5-
Async data fetch package for applications using redux and `buffer-rpc`
5+
Async data fetch package for applications using redux and `buffer-rpc`.

Diff for: __mocks__/micro-rpc-client.js renamed to __mocks__/@bufferapp/micro-rpc-client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const RPCClient = jest.genMockFromModule('micro-rpc-client')
1+
const RPCClient = jest.genMockFromModule('@bufferapp/micro-rpc-client')
22
RPCClient.fakeResult = { fake: 'yes' }
33
RPCClient.fakeError = 'there was an error'
44
RPCClient.prototype.call = jest.fn(name => {

0 commit comments

Comments
 (0)