Help
Use el to get to a dom element you can render to with your Omniscient components!
Playground examples
Available globals/variables
Use el to get to an element you can render to with your Omniscient components!
React: React instanceomniscient/component: Omniscient instanceimmstruct: Immstruct instanceImmutable: Immutable.js instanceCursor: Cursor (Immutable.js contrib)redux: redux instancereduxThunk: reduxThunk instancereactRedux: reactRedux instance
Testing
describe: new test suite (mocha)it: new test (mocha)xit: pending test (mocha)xdescribe: pending scenario (mocha)before/after: run code before or after all tests (mocha)beforeEach/afterEach: run code before or after each tests (mocha)chai: chai.js assertion library