forked from lucasfcosta/testing-javascript-applications
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.code-workspace
47 lines (47 loc) · 1.46 KB
/
test.code-workspace
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
{
"folders": [
{
"name": "✨ testing-javascript-applications",
"path": "."
},
{
"name": "7.1 1_createelement_calls",
"path": "packages/chapter7/1_setting_up_a_test_environment/1_createElement_calls"
},
{
"name": "7.2 1_react_testing_utilities",
"path": "packages/chapter7/2_an_overview_of_react_testing_libraries/1_react_testing_utilities/"
},
{
"name": "7.2 2_react_testing_library",
"path": "packages/chapter7/2_an_overview_of_react_testing_libraries/2_react_testing_library/"
},
{
"name": "📦 3_jest_multiple_tests",
"path": "packages/chapter2/2_unit_tests/3_jest_multiple_tests"
},
{
"name": "📦 4_jest_assertions",
"path": "packages/chapter2/2_unit_tests/4_jest_assertions"
},
{
"name": "📦 5_global_jest",
"path": "packages/chapter2/2_unit_tests/5_npm_scripts"
},
{
"name": "🚀 4_integrations_with_other_apis",
"path": "packages/chapter4/3_dealing_with_external_dependencies/4_integrations_with_other_apis"
},
{
"name": "📦 5_using_mocks_to_avoid_requests",
"path": "packages/chapter4/3_dealing_with_external_dependencies/5_using_mocks_to_avoid_requests"
},
{
"name": "📦 4.3.6_integrations_with_other_apis_with_nock",
"path": "packages/chapter4/3_dealing_with_external_dependencies/6_using_nock_to_avoid_requests"
}
],
"settings": {
"workspace.isHidden": true
}
}