chai-match

v1.1.1
Advanced RegExp assertions for Chai.js
chai-plugin browser string

Chai Match

Advanced RegExp assertions for Chai.js.

Installation

npm i --save-dev chai-match
var chai = require('chai');
chai.use(require('chai-match'));

API

.capture(n)

Sets the assertion object to a previous match's capture.

expect('some thing to test').to.match(/some (\w+) to test/).and.capture(0).equals('thing');
'Here in London'.should.match(/(here|there) in (\w+)/i).and.capture(1).equals('London');
npm i chai-match

Metadata

  • MIT
  • Whatever
  • John Wright
  • released 11/12/2015

Downloads

Maintainers