albertfdp / unexpected-immutable

unexpected assertions for immutable-js

Home Page:https://albertfdp.github.io/unexpected-immutable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unexpected-immutable

Join the chat at https://gitter.im/albertfdp/unexpected-immutable

Build Status

This plugin provides a set of unexpected types and assertions for immutable-js library for JavaScript collections.

unexpected-immutable-watermelons

An unexpected immutable watermelon

Documentation

Read the documentation

Installation

Install via npm:

$ npm install unexpected unexpected-immutable

You can use this plugin as any other unexpected plugins:

const unexpected = require('unexpected')
const unexpectedImmutable = require('unexpected-immutable')

const expect = unexpected.clone().use(unexpectedImmutable)

Prior art

Inspired by:

License

MIT

About

unexpected assertions for immutable-js

https://albertfdp.github.io/unexpected-immutable/

License:MIT License


Languages

Language:JavaScript 100.0%