baset-core
Advanced tools
Comparing version 0.14.3 to 0.14.4
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="0.14.4"></a> | ||
## [0.14.4](https://github.com/Igmat/baset/compare/v0.14.3...v0.14.4) (2018-10-07) | ||
### Bug Fixes | ||
* **core:** pass mock options to vm ([b114f69](https://github.com/Igmat/baset/commit/b114f69)) | ||
<a name="0.14.3"></a> | ||
@@ -8,0 +20,0 @@ ## [0.14.3](https://github.com/Igmat/baset/compare/v0.14.2...v0.14.3) (2018-10-07) |
@@ -11,2 +11,3 @@ import { ICompareResult } from './abstractBaseliner'; | ||
isolateContext: boolean; | ||
mocks: IDictionary<string>; | ||
} | ||
@@ -13,0 +14,0 @@ export declare class TestGroup { |
@@ -147,2 +147,3 @@ "use strict"; | ||
import: imports, | ||
mock: this.options.mocks, | ||
}, | ||
@@ -149,0 +150,0 @@ sandbox: { basetSandbox: sandbox }, |
{ | ||
"name": "baset-core", | ||
"version": "0.14.3", | ||
"version": "0.14.4", | ||
"description": "Core library for BaseT project.", | ||
@@ -35,7 +35,7 @@ "keywords": [ | ||
"dependencies": { | ||
"baset-vm": "^0.14.3", | ||
"baset-vm": "^0.14.4", | ||
"chance": "^1.0.16", | ||
"typescript": "^3.0.3" | ||
}, | ||
"gitHead": "7c9e10ac30215b5320a76c819a3da1c793bb0f4d" | ||
"gitHead": "2779da77d49a8f18590a0209f76e6d131200365f" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65690
784
Updatedbaset-vm@^0.14.4