UNPKG

statty

Version:

A tiny and unobtrusive state management library for React and Preact apps

9 lines (7 loc) 226 B
import * as statty from '../index' test('exposes the public API', () => { const methods = Object.keys(statty) expect(methods.length).toBe(2) expect(methods).toContain('Provider') expect(methods).toContain('State') })