Skip to content

Conversation

@kyledurand
Copy link
Member

WHAT is this pull request doing?

Modernizes tests for Modal

How to 🎩

🖥 Local development instructions
🗒 General tophatting guidelines
📄 Changelog guidelines

Copy-paste this code in playground/Playground.tsx:
import React from 'react';
import {Page} from '../src';

export function Playground() {
  return (
    <Page title="Playground">
      {/* Add the code you want to test in here */}
    </Page>
  );
}

🎩 checklist

@kyledurand kyledurand added the 🤖Skip Changelog Causes CI to ignore changelog update check. label Aug 25, 2021
@kyledurand kyledurand self-assigned this Aug 25, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Aug 25, 2021

size-limit report

Path Size
cjs 143.11 KB (0%)
esm 96.81 KB (0%)
esnext 140.11 KB (0%)
css 33.96 KB (0%)

Copy link
Contributor

@thiagoloschi thiagoloschi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@kyledurand kyledurand merged commit 70b0835 into main Aug 26, 2021
@kyledurand kyledurand deleted the modernize-modal-tests branch August 26, 2021 17:09
@kyledurand kyledurand removed the 🤖Skip Changelog Causes CI to ignore changelog update check. label Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants