Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "mockire", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -18,3 +18,3 @@ This library allows developers to stub and clear the `require` built-in method. | ||
# Clearing cache before tests start | ||
### Clearing cache before tests start | ||
``` | ||
@@ -31,3 +31,3 @@ const { clearRequireCache } = require('mockire'); | ||
# Loads fake dependencies | ||
### Loads fake dependencies | ||
``` | ||
@@ -45,3 +45,3 @@ const { match } = require('mockire'); | ||
# Creates virtual dependency | ||
### Creates virtual dependency | ||
``` | ||
@@ -48,0 +48,0 @@ const { exact, clearStubs } = require('mockire'); |
7719