Search
Enzyme’s Sulu Goes Live on Polygon and ETH
23.3.2022
Enzyme’s Polygon deployment is live, and it is the most exciting thing for the company. Enzyme was previously available only on Ethereum and recently launched the newest Sulu release on Ethereum a few weeks ago. Enzyme is also launching live and working mainnet on Polygon today. Users...
Unido – Leading the Race at Bridging Institutional Investors to Crypto Markets
9.8.2021
To demonstrate the use case and commercial viability of Unido Enterprise Platform (EP), it is helpful to compare with an established digital asset management platform which has built in DeFi options. Enzyme (MLN) has been selected for competitor comparison and analysis, given it launched in July...
3 reasons why Enzyme Finance (MLN) is up 92% in a week
5.7.2021
Enzyme price doubles in a week after major exchange listings and big-name DeFi partnerships lead to a 2,000% increase in 24-hour trading volume
Solana (SOL) and Enzyme (MLN) rally while the wider market remains flat
12.6.2021
A rapidly growing ecosystem and recent Coinbase listings helped SOL and MLN bounce back from recent lows while the wider market trades sideways
Strong fundamentals push Dent, Arweave (AR) and Enzyme (MLN) price higher
24.3.2021
The growing need for data privacy and a renewed interest in the DeFi sector back the strong rallies seen in Dent, Arweave and Enzyme
Testing React Hooks With Enzyme and React Testing Library
29.11.2019
As you begin to make use of React hooks in your applications, you’ll want to be certain the code you write is nothing short of solid. There’s nothing like shipping buggy code. One way to be certain your code is bug-free is to write tests. And testing React hooks is not much different from how React...
Getting Started with React Testing Library
22.5.2019
I can guess what you are thinking: another React testing library? So many have already been covered here on CSS-Tricks (heck, I’ve already posted one covering Jest and Enzyme) so aren’t there already enough options to go around?
But react-testing-library is not just another testing library. It’s...
Writing Tests for React Applications Using Jest and Enzyme
1.3.2019
While it is important to have a well-tested API, solid test coverage is a must for any React application. Tests increase confidence in the code and helps prevent shipping bugs to users.
That’s why we’re going to focus on testing in this post, specifically for React applications. By the end, you’ll...