0.0.5 • Published 7 months ago

@casd/expect v0.0.5

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
7 months ago

expect

expect is a simple javascript expect library designed to be minimal but effective. This library enables you to write simple assertions with the following syntax:

import { describe, expect } from '@casd/expect';

describe('0 is a number').expect(0).to.be.a('number');         // => true
describe('0 is not an object').expect(0).not.to.be.an(Object); // => true
0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago