a 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +0 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,14 +1,11 @@
1
1
  (function avoid_caching() {
2
2
  delete require.cache[module.id];
3
3
  })();
4
- var calling_module = module.parent;
5
- var _when = require('a_test').load(calling_module);
6
4
 
7
5
  var a_mock = require('a_mock');
8
6
 
9
7
 
10
8
  module.exports = {
11
- when: _when,
12
9
  mock: a_mock.mock,
13
10
  expectRequire: a_mock.expectRequire,
14
11
  requireMock: a_mock.requireMock,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "main": "index.js",
5
5
  "title": "a",
6
6
  "description": "Mocking framework",