@cypress/sinon-chai
Advanced tools
Comparing version 2.9.0 to 2.9.1
@@ -184,3 +184,5 @@ "use strict"; | ||
sinonMethod("calledWith", "been called with arguments %*"); | ||
sinonMethod("calledOnceWith", "been called exactly once with arguments %*"); | ||
sinonMethod("calledWithExactly", "been called with exact arguments %*"); | ||
sinonMethod("calledOnceWithExactly", "been called exactly once with exact arguments %*"); | ||
sinonMethod("calledWithMatch", "been called with arguments matching %*"); | ||
@@ -187,0 +189,0 @@ sinonMethod("calledImmediatelyBefore", "been called immediately before %1"); |
@@ -16,3 +16,3 @@ { | ||
], | ||
"version": "2.9.0", | ||
"version": "2.9.1", | ||
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)", | ||
@@ -35,11 +35,11 @@ "license": "(BSD-2-Clause OR WTFPL)", | ||
"devDependencies": { | ||
"chai": "^4.0.2", | ||
"coffee-script": "~1.8.0", | ||
"eslint": "^3.19.0", | ||
"istanbul": "~0.4.5", | ||
"mocha": "^3.4.2", | ||
"opener": "^1.4.3", | ||
"semantic-release": "^15.13.16", | ||
"sinon": "^2.3.4" | ||
"chai": "4.2.0", | ||
"coffee-script": "1.12.7", | ||
"eslint": "6.8.0", | ||
"istanbul": "0.4.5", | ||
"mocha": "6.2.3", | ||
"opener": "1.5.1", | ||
"semantic-release": "15.14.0", | ||
"sinon": "7.5.0" | ||
} | ||
} |
# Sinon.JS Assertions for Chai | ||
[![CircleCI](https://circleci.com/gh/cypress-io/sinon-chai.svg?style=svg)](https://circleci.com/gh/cypress-io/sinon-chai) | ||
[![semantic-release][semantic-image] ][semantic-url] | ||
[![renovate-app badge][renovate-badge]][renovate-app] [![semantic-release][semantic-image] ][semantic-url] [![CircleCI](https://circleci.com/gh/cypress-io/sinon-chai.svg?style=svg)](https://circleci.com/gh/cypress-io/sinon-chai) | ||
@@ -263,1 +262,3 @@ **Sinon–Chai** provides a set of custom assertions for using the [Sinon.JS][] spy, stub, and mocking framework with the | ||
[semantic-url]: https://github.com/semantic-release/semantic-release | ||
[renovate-badge]: https://img.shields.io/badge/renovate-app-blue.svg | ||
[renovate-app]: https://renovateapp.com/ |
18637
165
264