Skip to content

Commit dc282d6

Browse files
committed
remove tests
1 parent de13205 commit dc282d6

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

test/test_test_app.rb

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,6 @@ def fixture_path(*args)
1818
end
1919

2020
class TestTestApp < Minitest::Test
21-
def test_autolink_script_path
22-
fixture = fixture_path('test_app')
23-
react_native_dir = fixture_path('test_app', 'node_modules', 'react-native')
24-
autolink_path = fixture_path('test_app',
25-
'node_modules',
26-
'@react-native-community',
27-
'cli-platform-ios',
28-
'native_modules').to_s
29-
30-
assert_equal(autolink_script_path(fixture, react_native_dir, v(0, 75, 0)), autolink_path)
31-
assert_equal(autolink_script_path(fixture, react_native_dir, v(0, 76, 0)), autolink_path)
32-
end
33-
3421
def test_react_native_pods
3522
[
3623
[0, '0.71'],

0 commit comments

Comments
 (0)