From 63ee0554d7c3d3e2f5507b6dfb2e9280ed97b17e Mon Sep 17 00:00:00 2001 From: Andrew Musgrave Date: Fri, 16 Aug 2019 11:44:43 -0400 Subject: [PATCH] changelog --- UNRELEASED.md | 1 + 1 file changed, 1 insertion(+) diff --git a/UNRELEASED.md b/UNRELEASED.md index aebf4c8d..14b42e63 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -72,6 +72,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f ### Code quality +- Removed mocks in various tests suites that are now redundant ([#1978](https://github.com/Shopify/polaris-react/pull/1978)) - Bumped test coverage in `Collapsible` ([#1929](https://github.com/Shopify/polaris-react/pull/1929)) - Bumped test coverage in `DropZone`, `Frame`, `Icon`, and `Loading` ([#1927](https://github.com/Shopify/polaris-react/pull/1927)) - Removed unused type definitions ([#1862](https://github.com/Shopify/polaris-react/pull/1862))