refactor: converted NativeAnimatedInterpolationTest to kotlin (#37960)

Summary:
This PR converts [NativeAnimatedNodeTraversalTest](https://github.com/facebook/react-native/tree/main/packages/react-native/ReactAndroid/src/test/java/com/facebook/react/animated/NativeAnimatedNodeTraversalTest.java) into Kotlin as requested in https://github.com/facebook/react-native/issues/37708

## Changelog:
[INTERNAL] [CHANGED] - Convert `NativeAnimatedNodeTraversalTest` to Kotlin

Pull Request resolved: https://github.com/facebook/react-native/pull/37960

Test Plan:
1. Run `./gradlew :packages:react-native:ReactAndroid:test`.
2. All tests should pass.

Reviewed By: javache

Differential Revision: D46838215

Pulled By: rshest

fbshipit-source-id: 6681d74896a0c94fa7f3ad2ce79eeab4974c55f4
This commit is contained in:
ankit-tailor
2023-06-19 10:34:32 -07:00
committed by Facebook GitHub Bot
parent c1bfd0cda4
commit 3d6a2a9cbd
2 changed files with 1238 additions and 1294 deletions