UNPKG

cvs

Version:

A basic canvas framework for 2d drawing.

8 lines (6 loc) 140 B
import { int } from '../src/utils' describe('int', () => { it('int should return integer', () => { expect(int(2.56)).toBe(3) }) })