@pga/react-intercom
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.1.2"></a> | ||
## [0.1.2](https://github.com/pgahq/pga-common/compare/@pga/react-intercom@0.1.1...@pga/react-intercom@0.1.2) (2018-10-08) | ||
**Note:** Version bump only for package @pga/react-intercom | ||
<a name="0.1.1"></a> | ||
@@ -8,0 +16,0 @@ ## 0.1.1 (2018-09-17) |
{ | ||
"name": "@pga/react-intercom", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "React Intercom Component", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"lint": "npx standard", | ||
"test": "jest --env=jsdom" | ||
"test": "npx jest" | ||
}, | ||
@@ -12,0 +12,0 @@ "devDependencies": { |
@@ -11,4 +11,3 @@ import React from 'react' | ||
expect(window.Intercom.apply).toHaveBeenCalled() | ||
expect(window.Intercom.apply).toHaveBeenCalledWith(null, ['boot', objArg]) | ||
expect(window.Intercom).toHaveBeenCalledWith('boot', objArg) | ||
}) | ||
@@ -15,0 +14,0 @@ }) |
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
7520
132