3.3.1 • Published 3 years ago

@sz-sw/expect v3.3.1

Weekly downloads
141
License
MIT
Repository
-
Last release
3 years ago

@sz-sw/expect

Functions to make assertions (for example in unit testing).

Usage:

const {createExpectationsContext} = require("@sz-sw/expect")
const {expect, end} = createExpectationsContext()

expect.assertions(1) // Can only be called once per context
expect(1).toBe(1)

end()
3.3.1

3 years ago

3.3.0

3 years ago

3.2.0

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago