@pga/react-intercom
Advanced tools
Comparing version 0.1.0-alpha.2 to 0.1.1
{ | ||
"name": "@pga/react-intercom", | ||
"version": "0.1.0-alpha.2", | ||
"version": "0.1.1", | ||
"description": "React Intercom Component", | ||
@@ -32,2 +32,7 @@ "main": "dist/index.js", | ||
}, | ||
"standard": { | ||
"env": [ | ||
"jest" | ||
] | ||
}, | ||
"jest": { | ||
@@ -34,0 +39,0 @@ "setupFiles": [ |
import React from 'react' | ||
import { mount } from 'enzyme' | ||
import { MemoryRouter as Router } from 'react-router-dom' | ||
import { IntercomAPI, Intercom } from '../' | ||
@@ -8,3 +7,2 @@ | ||
it(`should call Intercom method with provided args`, () => { | ||
const spy = jest.spyOn(window.Intercom, 'apply') | ||
const objArg = { some: 'object' } | ||
@@ -11,0 +9,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
7386
7
133