Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move tests next to implementation, and fix filename (#1393)
## Summary: The tests for axis ticks looked lonely hanging out in `__tests__`, so I moved them next to the associated production code. I also renamed one file from `tests.ts` to `test.ts` - the name was preventing Jest from running the tests in that file. Issue: none ## Test plan: `yarn test` Author: benchristel Reviewers: mark-fitzgerald, SonicScrewdriver Required Reviewers: Approved By: mark-fitzgerald Checks: ✅ codecov/project, ✅ codecov/patch, ✅ Upload Coverage (ubuntu-latest, 20.x), ✅ Publish npm snapshot (ubuntu-latest, 20.x), ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ Cypress (ubuntu-latest, 20.x), ✅ Jest Coverage (ubuntu-latest, 20.x), ✅ Check builds for changes in size (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ Publish Storybook to Chromatic (ubuntu-latest, 20.x), ✅ gerald Pull Request URL: #1393
- Loading branch information