Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2023-05-07)

### Bug Fixes

* **Cypress-SignalR-Mock:** Lowered the logging level to debug for the message that is printed when Cypress is not running ([8ad68ba](8ad68ba))

### Features

* **Cypress-SignalR-Mock:** Added optional debug logging enable when calling useCypressSignalRMock ([8f19f76](8f19f76))
  • Loading branch information
semantic-release-bot committed May 7, 2023
1 parent 8ad68ba commit 2e42d91
Show file tree
Hide file tree
Showing 6 changed files with 406 additions and 698 deletions.
4 changes: 3 additions & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { HubConnection } from "@microsoft/signalr";
import IMockData from "./types/IMockData";
import IServerInvoke from "./types/IServerInvoke";
export declare function useCypressSignalRMock(name: string): HubConnection | null;
export declare function useCypressSignalRMock(name: string, { debug }?: Partial<{
debug?: boolean;
}>): HubConnection | null;
/**
* Typings
*/
Expand Down
Loading

0 comments on commit 2e42d91

Please sign in to comment.