UNPKG

redux-starter-kit

Version:

A simple set of tools to make using Redux easier

8 lines (6 loc) 183 B
describe('Forces users to upgrade', () => { it('Throws an error on import', () => { const importRoot = () => require('./index') expect(importRoot).toThrow() }) })