0.2.3 • Published 1 year ago

earljs v0.2.3

Weekly downloads
283
License
MIT
Repository
github
Last release
1 year ago

Earl

Features

  • 💪 Powerful validators and matchers
  • 🤖 Type-safe - written in TypeScript and goes well with static analysis
  • 🎭 Builtin support for mocks
  • ☕ Works great with Mocha
  • 📸 Snapshot testing
  • 🔌 Extensible with plugins

Installation

npm install --save-dev earljs

Note: It's earljs not earl!

Example

import { expect } from 'earljs'

// ...

expect(response).toEqual({
  body: { trimmed: true, timestamp: expect.a(String) },
})

Docs

License

Published under the MIT License. Copyright © 2023 L2BEAT.