noba
v1.6.4
Published
The isometric test framework for javascript/typescript
Readme
noba
The isometric test framework for javascript/typescript
Getting Started
Install
npm i -D nobaIn tests, create unit.test.js
import { describe } from 'noba'
describe('sum', ({ test }) => {
test('should add 1 and 1', ({ assert }) => {
assert.equal(1 + 1, 2)
})
})npx noba ./tests/*.test.jsDocumentation
📖 Wiki
