Skip to content
#

enzyme

Here are 1,220 public repositories matching this topic...

Eightyplus
Eightyplus commented Jun 15, 2019

rendering a component with <> ... </> seems troublesome and often return null instead of children

functional-component.js

import React from 'react';
export default ({ message }) => <span>{message}</span>;

component.js

import React from 'react';

import FunctionalComponent from './functional-component';

export default ({ message, show }) => {
  return (
    <>
  
wzup
wzup commented Mar 4, 2020

Configuration doesn't work in PhpStorm.

My question on StackOverflow https://stackoverflow.com/questions/60521964/how-to-configure-jest-in-phpstorm-for-react-application-create-react-app-flavor

Duplicate it here.
When I specify jest config in a separate file, jest-environment-enzyme can't parse or see it or anything.
But it can see config if I specify it in package.json, but anyway it thro

SheaBelsky
SheaBelsky commented Mar 1, 2020

Describe the solution you'd like
When lessons and courses are linked to, we currently use their description. This is very long and gets cut off on social media platforms like Facebook, LinkedIn, and Twitter. We should have a "summary" that describes, in 110 characters or less, what the course or lesson is about.

Describe alternatives you've considered
We already have this wired up for

Improve this page

Add a description, image, and links to the enzyme topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the enzyme topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.