Skip to content

casdijkman/expect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple javascript expect library, no frills

Resources

Stars

Watchers

Forks

Packages

No packages published