forked from jestjs/jest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebars.json
47 lines (47 loc) · 915 Bytes
/
sidebars.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"docs": {
"Introduction": [
"getting-started",
"using-matchers",
"asynchronous",
"setup-teardown",
"mock-functions",
"jest-platform",
"jest-community",
"more-resources"
],
"Guides": [
"snapshot-testing",
"tutorial-async",
"timer-mocks",
"manual-mocks",
"es6-class-mocks",
"bypassing-module-mocks",
"ecmascript-modules",
"webpack",
"puppeteer",
"mongodb",
"dynamodb",
"tutorial-jquery",
"watch-plugins",
"migration-guide",
"troubleshooting",
"architecture"
],
"Framework Guides": [
"tutorial-react",
"tutorial-react-native",
"testing-frameworks"
]
},
"api": [
"api",
"expect",
"mock-function-api",
"jest-object",
"configuration",
"cli",
"environment-variables",
"code-transformation"
]
}