-
-
Notifications
You must be signed in to change notification settings - Fork 357
(8) misc(tests): Add type check to tests #4017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
c3dcfd3
chore(tracing): extract app start to a standalone integration
krystofwoldrich 88d6988
Merge branch 'v6' into kw/ref-app-start-integration
krystofwoldrich fe53af5
fix merge
krystofwoldrich d4ac89f
fix spans, app start is now reported to Sentry
krystofwoldrich 7c5dcaa
fix uikit init and minimal instrumentation edge cases
krystofwoldrich 0b42472
update js docs
krystofwoldrich 9765eaf
Merge branch 'v6' into kw/ref-app-start-integration
krystofwoldrich b9e9e9a
Add App Start Integration tests
krystofwoldrich b334931
Remove app start test from react native tracing
krystofwoldrich 4d16787
clean up app start tests
krystofwoldrich 4d84922
fix test affected by the app start extraction
krystofwoldrich 0ff2020
Add standalone app start
krystofwoldrich b1eab51
fix
krystofwoldrich 6d1cd70
ref(tracing): Extract NativeFrames as standalone integration
krystofwoldrich 5eaaad2
Add integration handling test
krystofwoldrich eba6820
Merge branch 'kw/ref-app-start-integration' into kw/ref-native-frames…
krystofwoldrich 91c1eb8
clean up integrations tests
krystofwoldrich db70c09
move native frames tests
krystofwoldrich e199244
add changelog
krystofwoldrich 2956344
Merge branch 'kw/ref-app-start-integration' into kw/ref-native-frames…
krystofwoldrich adb53fc
fix
krystofwoldrich 699fda7
move the app start test to tracing
krystofwoldrich 7a386ab
Merge branch 'kw/ref-app-start-integration' into kw/ref-native-frames…
krystofwoldrich ad98ac0
fix tests
krystofwoldrich f2b9abe
add changelog
krystofwoldrich 89b2354
ref(tracing): Extract Stall Tracking to a standalone integration
krystofwoldrich 4f3ca7b
misc(tracing): Remove ReactNativeTracing deprecated options
krystofwoldrich 5c12e5c
fix changelog
krystofwoldrich a111bdf
ref(tracing): Extract UserInteractionTracing as standalone interaction
krystofwoldrich 92e04ee
Apply suggestions from code review
krystofwoldrich 1168d4e
Revert "fix changelog"
krystofwoldrich a21e83d
Revert "misc(tracing): Remove ReactNativeTracing deprecated options"
krystofwoldrich af4c453
tests
krystofwoldrich 3d33c02
fix tests
krystofwoldrich c71b900
fix tests
krystofwoldrich e632d53
Merge commit 'c71b9003a8934eca268d524732ab337325bc238d' into kw/ref-u…
krystofwoldrich 474ee37
misc(tracing): Remove ReactNativeTracing deprecated options
krystofwoldrich 07d9f00
fix changelog
krystofwoldrich 6386062
refactor react native tracing to new function style integration
krystofwoldrich 3002393
update changelog
krystofwoldrich 2bbb93a
fix test, changelog and samples
krystofwoldrich 9dd899e
fix(tracing): ReactNativeTracing and initial navigation spans have to…
krystofwoldrich 0d75b3c
wip: Refactor Navigation Integrations to use new function style
krystofwoldrich 5d98ded
fix background test
krystofwoldrich d03db1e
Merge branch 'kw/tracing-integrations-independent-order' into kw/ref-…
krystofwoldrich 8a71a81
new react navigation interface impl
krystofwoldrich f3667a6
wip: fixing test
krystofwoldrich fc6d8f0
continue fixing tests
krystofwoldrich 039ac42
fix react navigation tests
krystofwoldrich cee6c87
update react native navigation to the new func style
krystofwoldrich ca122ac
feat(tests): Add tsc to tests
krystofwoldrich c69fa89
add changelog
krystofwoldrich 5bc5c1e
fix ts and exports
krystofwoldrich 740d33d
fix circular deps
krystofwoldrich 189e81d
fix defaults and clean up start nav span interface
krystofwoldrich 5b7825f
Merge branch 'kw/ref-navigation-integrations' into kw/add-tsc-to-tests
krystofwoldrich bc25009
fix lint
krystofwoldrich c9706e3
fix missing package
krystofwoldrich 441abad
add expo config type test
krystofwoldrich a0c5dd4
Merge remote-tracking branch 'origin/v6' into kw/add-tsc-to-tests
krystofwoldrich 81e288e
Merge branch 'v6' into kw/add-tsc-to-tests
krystofwoldrich File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,3 +6,5 @@ global.console = { | |
| warn: jest.fn(), | ||
| error: jest.fn(), | ||
| }; | ||
|
|
||
| export {}; | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.