reblend-testing-library
Version:
Simple and complete Reblendjs testing utilities that encourage good testing practices.
12 lines (10 loc) • 343 B
JavaScript
;
module.exports = {
get: jest.fn(() => Promise.resolve({
data: {}
}))
};
// Note:
// For now we don't need any other method (POST/PUT/PATCH), what we have already works fine.
// We will add more methods only if we need to.
// For reference please read: https://github.com/testing-library/reblend-testing-library/issues/2