Skip to content

Commit a47f134

Browse files
committed
clone 14 docs
1 parent a5c106c commit a47f134

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+4483
-94
lines changed

src/__tests__/render-hook.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import type { ReactNode } from 'react';
22
import * as React from 'react';
3-
import * as UniversalTestRenderer from 'universal-test-renderer';
43

54
import { renderHook } from '../pure';
65

src/helpers/__tests__/ensure-peer-deps.test.ts

Lines changed: 0 additions & 54 deletions
This file was deleted.

src/helpers/ensure-peer-deps.ts

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import './helpers/ensure-peer-deps';
21
import './matchers/extend-expect';
32

43
import { getIsReactActEnvironment, setReactActEnvironment } from './act';

website/docs/14.x/_meta.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[
2+
{
3+
"text": "Docs",
4+
"link": "/docs/start/intro",
5+
"activeMatch": "^/docs/"
6+
},
7+
{
8+
"text": "Cookbook",
9+
"link": "/cookbook/",
10+
"activeMatch": "^/cookbook/"
11+
},
12+
{
13+
"text": "Examples",
14+
"link": "https://github.com/callstack/react-native-testing-library/tree/main/examples"
15+
}
16+
]
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
"index",
3+
{
4+
"type": "dir",
5+
"name": "basics",
6+
"label": "Basic Recipes"
7+
},
8+
{
9+
"type": "dir",
10+
"name": "advanced",
11+
"label": "Advanced Recipes"
12+
},
13+
{
14+
"type": "dir",
15+
"name": "state-management",
16+
"label": "State Management Recipes"
17+
}
18+
]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
["network-requests"]

0 commit comments

Comments
 (0)