This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
4.4.8
* chore(deps): Bump storybook to latest * chore(deps): Bump minor/patch deps * Update PR template with proper checkboxes * chore(deps): Bump all deps * chore(deps): Bump yarn.lock to latest * Deduplicate yarn.lock deps * Replace .toBeNull w/ .not.toBeInTheDocument * Use screen.* apis directly * Un-type timers * Fix a few lint warnings * Resolve testing-library lint warnings * Update tsdx resolutions for latest * yarn * Switch tests to use async calls to maybe fix CI * Remove console.log * Rename compressed-size github workflow * Add a bunch of waitFor to hopefully fix tests * Cleanup after each * Remove waitFor's since it didn't work * waitFor eachAfter * Remove obsolete afterEach * Slight cleanup * Run tests as verbose * Switch github action build/test to use ubuntu-18.04 * try running tests on macos-11 * Move lint to separate github action * Update test workflow to just test, not try to publish * Update github actions to use node 16 * Replace with * Replace 'fireEvent.click' with 'userEvent.' * Replace some keyDown with userEvent.type * Replace a handful of fireEvent with userEvent * chore(deps): Bump to @testing-library/react@13.0.0-alpha.5 * v4.4.8