0.0.8 • Published 6 years ago

saber-expect v0.0.8

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

saber-expect

test you code.

# from npm
npm install saber-expect

# from github
git clone https://github.com/Saber2pr/saber-expect.git
function add(x, y) {
  return x + y
}

describe(() =>
  expect('add(1, 1)', () => add(1, 1) === 2).expect(
    'add(1, 2)',
    () => add(1, 2) === 3
  )
)

start

npm install
npm start

npm test

Author: saber2pr

0.0.8

6 years ago

0.0.7

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago