# assertik **Repository Path**: mirrors_TrySound/assertik ## Basic Information - **Project Name**: assertik - **Description**: Very simple assertion library for node and browser - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Travis CI](https://travis-ci.org/TrySound/assertik.svg)](https://travis-ci.org/TrySound/assertik) # Assertik Very simple assertion library for node and browser ## assert(value, [message]) Tests if value is truthy ## assert.equal(actual, expected, [message]) Tests shallow, coercive equality with the equal comparison operator ( == ).