@ordergroove/auth
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.3.2](https://github.com/evasilchenko/demo/tree/master/packages/auth/compare/@ordergroove/auth@2.3.1...@ordergroove/auth@2.3.2) (2023-12-07) | ||
**Note:** Version bump only for package @ordergroove/auth | ||
## [2.3.1](https://github.com/evasilchenko/demo/tree/master/packages/auth/compare/@ordergroove/auth@2.3.0...@ordergroove/auth@2.3.1) (2023-11-28) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@ordergroove/auth", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "", | ||
@@ -28,3 +28,3 @@ "main": "dist/auth.js", | ||
"license": "ISC", | ||
"gitHead": "1b08ceb2cca573488a040e8645304a446d72cd31" | ||
"gitHead": "521fa43f980842f76be9c12ab20ed6473ab905f7" | ||
} |
import fetchMock from 'fetch-mock'; | ||
import { resolveAuth } from './index'; | ||
describe('AuthIframe', function() { | ||
describe('AuthIframe - 200 response', function() { | ||
beforeEach(() => { | ||
@@ -90,3 +90,3 @@ fetchMock.mock('/auth', { | ||
describe('AuthIframe', function() { | ||
describe('AuthIframe - 404 response', function() { | ||
beforeEach(() => { | ||
@@ -93,0 +93,0 @@ fetchMock.mock('/auth', { |
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
24190