Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

immutable-class-tester

Package Overview
Dependencies
3
Maintainers
3
Versions
16
Issues
File Explorer

Advanced tools

immutable-class-tester

A helper for testing immutable classes

    0.7.3latest
    GitHub

Version published
Maintainers
3
Weekly downloads
560
increased by34.29%

Weekly downloads

Readme

Source

Immutable Class Tester

A little library to facilitate the testing of immutable classes.

This library is really just a set of templates and testing tools to allow for quick construction of immutable classes.

Immutable Class provides one testing function for testing potential immutable classes: testImmutableClass

It is used like so:

testImmutableClass(MyImmutableClassConstructor, [ { "potential": 1 } { "distinct": 2 } { "js": 3 } { "immutable classes": 4 } ]);

This function will then try to call fromJS on each candidate and run it through a series of tests to ensure that it corresponds to the rules above. It will also do an equality check of every object with every other object and make sure that it only equals itself.

For an example of the usage of this library look at these files: source, tests.

Keywords

FAQs

Last updated on 03 Feb 2022

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc