Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@looker/components-test-utils

Package Overview
Dependencies
Maintainers
10
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@looker/components-test-utils - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3-alpha.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.4.3-alpha.0](https://github.com/looker-open-source/components/compare/@looker/components-test-utils@1.4.2...@looker/components-test-utils@1.4.3-alpha.0) (2021-08-23)
**Note:** Version bump only for package @looker/components-test-utils
## [1.4.2](https://github.com/looker-open-source/components/compare/@looker/components-test-utils@1.4.2-alpha.1...@looker/components-test-utils@1.4.2) (2021-08-16)

@@ -8,0 +16,0 @@

4

lib/create_with_theme.d.ts

@@ -1,5 +0,5 @@

import { RenderOptions } from '@testing-library/react';
import type { RenderOptions } from '@testing-library/react';
import 'jest-styled-components';
import { ReactElement } from 'react';
import type { ReactElement } from 'react';
export declare const withThemeProvider: (Component: ReactElement<any>) => JSX.Element;
export declare const renderWithTheme: (Component: ReactElement<any>, options?: Omit<RenderOptions<typeof import("@testing-library/dom/types/queries"), HTMLElement>, "queries"> | undefined) => import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement>;
{
"name": "@looker/components-test-utils",
"license": "MIT",
"version": "1.4.2",
"version": "1.4.3-alpha.0",
"main": "lib/cjs/index.js",

@@ -21,3 +21,3 @@ "module": "lib/index.js",

"devDependencies": {
"@looker/components-providers": "^1.4.2",
"@looker/components-providers": "^1.4.3-alpha.0",
"@testing-library/react": "^11.2.6",

@@ -35,3 +35,3 @@ "@types/jest": "^26.0.22",

},
"gitHead": "beb9dfb4f071609a19d5885cddb0be24cfac6974"
"gitHead": "a68209108597bb0c6fbe4199aa0dace7b037795c"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc