custom-immutable-matchers icon indicating copy to clipboard operation
custom-immutable-matchers copied to clipboard

Add a set of custom matchers for Immutable related checks.

Custom Immutable Matchers for Jasmine and Jest Version Build Status

Adds a set of custom matchers for Immutable related checks.

The matchers provide custom error messages that try to be as helpful as possible, so that when things fail you can quickly pinpoint the problem.

List of matchers

  • toBeImmutable
  • toBeIterableImmutable
  • toBeKeyedImmutable
  • toBeIndexedImmutable
  • toBeAssociativeImmutable
  • toBeOrderedImmutable
  • toBeImmutableList
  • toBeImmutableMap
  • toBeImmutableOrderedMap
  • toBeImmutableSet
  • toBeImmutableOrderedSet
  • toBeImmutableStack
  • toBeImmutableSeq
  • toEqualImmutable

Packages

Package Version
jasmine-immutable-matchers Version
jest-immutable-matchers Version

Meta

Contributors

License

Copyright (c) 2016 Daniel Perez Alvarez (unindented.org). This is free software, and may be redistributed under the terms specified in the LICENSE file.