UNPKG

amazon-cognito-identity-js

Version:

Amazon Cognito Identity Provider JavaScript SDK

13 lines (11 loc) 287 B
import * as exported from '../src/internals/index'; describe('import * keys', () => { it('should match snapshot', () => { expect(Object.keys(exported)).toMatchInlineSnapshot(` Array [ "addAuthCategoryToCognitoUserAgent", "addFrameworkToCognitoUserAgent", ] `); }); });