Browse Source

chore: Colocate profiling component and util tests (#38260)

An outcome from Frontend TSC, we're co-locating
tests to make them more discoverable, have them as
references to learn about the module/components
and better visibility into what is being tested. [This](https://github.com/getsentry/sentry/pull/37618/files)
change should ensure tests under the test/ folder
as well as colocated tests get run in CI as we move
files over in batches. This PR also rebalances the jest tests

(PR 6/n)
Previous PRs:
https://github.com/getsentry/sentry/pull/38234
https://github.com/getsentry/sentry/pull/38235
https://github.com/getsentry/sentry/pull/38240
https://github.com/getsentry/sentry/pull/38248
https://github.com/getsentry/sentry/pull/38251
Shruthi 2 years ago
parent
commit
fd1e3675b2

+ 0 - 0
tests/js/spec/components/profiling/profilingOnboarding/profilingOnboardingModal.spec.tsx → static/app/components/profiling/ProfilingOnboarding/profilingOnboardingModal.spec.tsx


+ 0 - 0
tests/js/spec/components/profiling/arrayLinks.spec.tsx → static/app/components/profiling/arrayLinks.spec.tsx


+ 0 - 0
tests/js/spec/components/profiling/breadcrumb.spec.tsx → static/app/components/profiling/breadcrumb.spec.tsx


+ 0 - 0
tests/js/spec/components/profiling/functionsTable.spec.tsx → static/app/components/profiling/functionsTable.spec.tsx


+ 0 - 0
tests/js/spec/components/profiling/profilesTable.spec.tsx → static/app/components/profiling/profilesTable.spec.tsx


+ 0 - 0
tests/js/spec/utils/profiling/canvasScheduler.spec.tsx → static/app/utils/profiling/canvasScheduler.spec.tsx


+ 0 - 0
tests/js/spec/utils/profiling/colors/utils.spec.tsx → static/app/utils/profiling/colors/utils.spec.tsx


+ 0 - 0
tests/js/spec/utils/profiling/differentialFlamegraph.spec.tsx → static/app/utils/profiling/differentialFlamegraph.spec.tsx


+ 0 - 0
tests/js/spec/utils/profiling/filterFlamegraphTree.spec.tsx → static/app/utils/profiling/filterFlamegraphTree.spec.tsx


+ 0 - 0
tests/js/spec/utils/profiling/flamegraph.spec.tsx → static/app/utils/profiling/flamegraph.spec.tsx


Some files were not shown because too many files changed in this diff