UNPKG

clarity-js

Version:

An analytics library that uses web page interactions to generate aggregated insights

8 lines (6 loc) 184 B
import { assert } from 'chai'; describe('Stub Tests! Replace with working real tests!', () => { it('should be a successful test', () => { assert.isTrue(true); }); });