-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathlessons.spec.js.snap
More file actions
99 lines (64 loc) · 7.74 KB
/
lessons.spec.js.snap
File metadata and controls
99 lines (64 loc) · 7.74 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`protowizard 2. create lesson 2.1. should create lesson after creating a new tutorial (skips resource creation) 1`] = `"Let's add lessons to your tutorial."`;
exports[`protowizard 2. create lesson 2.1. should create lesson after creating a new tutorial (skips resource creation) 2`] = `"Let's create the files you need to build your tutorial. I'll ask you a few questions to get started."`;
exports[`protowizard 2. create lesson 2.1. should create lesson after creating a new tutorial (skips resource creation) 3`] = `"Thanks! I've created a directory for your tutorial at \`src/tutorials/0011-new-tut-11/\`."`;
exports[`protowizard 2. create lesson 2.1. should create lesson after creating a new tutorial (skips resource creation) 4`] = `"To preview your tutorial, first run \`npm start\` in a separate terminal window or tab, then visit this page in your web browser: http://localhost:3000/new-tut-11/"`;
exports[`protowizard 2. create lesson 2.1. should create lesson after creating a new tutorial (skips resource creation) 5`] = `"Let's create your first lesson!"`;
exports[`protowizard 2. create lesson 2.1. should create lesson after creating a new tutorial (skips resource creation) 6`] = `
"Tada! I've created the following files that you'll need for this lesson:
‣ 01.md (for writing the text of your lesson)"
`;
exports[`protowizard 2. create lesson 2.1. should create lesson after creating a new tutorial (skips resource creation) 7`] = `"To preview this lesson, first run \`npm start\` in a separate terminal window or tab, then visit this page in your web browser: http://localhost:3000/new-tut-11/01"`;
exports[`protowizard 2. create lesson 2.1. should create lesson after creating a new tutorial (skips resource creation) 8`] = `
"Okay, sounds like we're done. Here are all the lessons now included in \\"New Tutorial (11)\\":
‣ 1 - Lesson 1 (text)"
`;
exports[`protowizard 2. create lesson 2.1. should create lesson after creating a new tutorial (skips resource creation) 9`] = `"You can find all the files you'll need for these lessons in the \`src/tutorials/0011-new-tut-11/\` directory."`;
exports[`protowizard 2. create lesson 2.1. should create lesson after creating a new tutorial (skips resource creation) 10`] = `"All tutorials have a resources page where users can find opportunities for further learning."`;
exports[`protowizard 2. create lesson 2.1. should create lesson after creating a new tutorial (skips resource creation) 11`] = `"Okay, no problem. You can summon me later to add resources."`;
exports[`protowizard 2. create lesson 2.1. should create lesson after creating a new tutorial (skips resource creation) 12`] = `"View the detailed guide to developing tutorials at: https://bit.ly/protoschool-developing"`;
exports[`protowizard 2. create lesson 2.2. should create a lesson and add it to the latest tutorial (skips resource creation) 1`] = `"Welcome! I'm the ProtoWizard, and I'm excited to help you build your ProtoSchool tutorial."`;
exports[`protowizard 2. create lesson 2.2. should create a lesson and add it to the latest tutorial (skips resource creation) 2`] = `"Let's add lessons to your tutorial."`;
exports[`protowizard 2. create lesson 2.2. should create a lesson and add it to the latest tutorial (skips resource creation) 3`] = `"Let's create your first lesson!"`;
exports[`protowizard 2. create lesson 2.2. should create a lesson and add it to the latest tutorial (skips resource creation) 4`] = `
"Tada! I've created the following files that you'll need for this lesson:
‣ 01.md (for writing the text of your lesson)"
`;
exports[`protowizard 2. create lesson 2.2. should create a lesson and add it to the latest tutorial (skips resource creation) 5`] = `"To preview this lesson, first run \`npm start\` in a separate terminal window or tab, then visit this page in your web browser: http://localhost:3000/new-tut-11/01"`;
exports[`protowizard 2. create lesson 2.2. should create a lesson and add it to the latest tutorial (skips resource creation) 6`] = `
"Okay, sounds like we're done. Here are all the lessons now included in \\"New Tutorial (11)\\":
‣ 1 - Lesson (text)"
`;
exports[`protowizard 2. create lesson 2.2. should create a lesson and add it to the latest tutorial (skips resource creation) 7`] = `"You can find all the files you'll need for these lessons in the \`src/tutorials/0011-new-tut-11/\` directory."`;
exports[`protowizard 2. create lesson 2.2. should create a lesson and add it to the latest tutorial (skips resource creation) 8`] = `"All tutorials have a resources page where users can find opportunities for further learning."`;
exports[`protowizard 2. create lesson 2.2. should create a lesson and add it to the latest tutorial (skips resource creation) 9`] = `"Okay, no problem. You can summon me later to add resources."`;
exports[`protowizard 2. create lesson 2.2. should create a lesson and add it to the latest tutorial (skips resource creation) 10`] = `"View the detailed guide to developing tutorials at: https://bit.ly/protoschool-developing"`;
exports[`protowizard 2. create lesson 2.3. should list the lessons created so far 1`] = `"Welcome! I'm the ProtoWizard, and I'm excited to help you build your ProtoSchool tutorial."`;
exports[`protowizard 2. create lesson 2.3. should list the lessons created so far 2`] = `"Let's add lessons to your tutorial."`;
exports[`protowizard 2. create lesson 2.3. should list the lessons created so far 3`] = `
"Here are the lessons you've created so far:
‣ 1 - Lesson 1 (text)
‣ 2 - Lesson 2 (text)
‣ 3 - Lesson 3 (text)
‣ 4 - Lesson 4 (text)"
`;
exports[`protowizard 2. create lesson 2.3. should list the lessons created so far 4`] = `"Let's create your next lesson!"`;
exports[`protowizard 2. create lesson 2.3. should list the lessons created so far 5`] = `
"Tada! I've created the following files that you'll need for this lesson:
‣ 05.md (for writing the text of your lesson)"
`;
exports[`protowizard 2. create lesson 2.3. should list the lessons created so far 6`] = `"To preview this lesson, first run \`npm start\` in a separate terminal window or tab, then visit this page in your web browser: http://localhost:3000/new-tut-11/05"`;
exports[`protowizard 2. create lesson 2.3. should list the lessons created so far 7`] = `
"Okay, sounds like we're done. Here are all the lessons now included in \\"New Tutorial (11)\\":
‣ 1 - Lesson 1 (text)
‣ 2 - Lesson 2 (text)
‣ 3 - Lesson 3 (text)
‣ 4 - Lesson 4 (text)
‣ 5 - Lesson (text)"
`;
exports[`protowizard 2. create lesson 2.3. should list the lessons created so far 8`] = `"You can find all the files you'll need for these lessons in the \`src/tutorials/0011-new-tut-11/\` directory."`;
exports[`protowizard 2. create lesson 2.3. should list the lessons created so far 9`] = `"Awesome work! \\"New Tutorial (11)\\" has both lesson files and resources!"`;
exports[`protowizard 2. create lesson 2.3. should list the lessons created so far 10`] = `"To preview your tutorial, first run \`npm start\` in a separate terminal window or tab, then visit this page in your web browser: http://localhost:3000/new-tut-11/"`;
exports[`protowizard 2. create lesson 2.3. should list the lessons created so far 11`] = `"To create the content of your lessons, edit the files in the \`src/tutorials/0011-new-tut-11/\` directory. (Learn more at https://bit.ly/protoschool-content.)"`;
exports[`protowizard 2. create lesson 2.3. should list the lessons created so far 12`] = `"To update your tutorial's title, description, or resources, edit its entry in the \`src/static/tutorials.json\` file. (Learn more at https://bit.ly/protoschool-metadata.)"`;
exports[`protowizard 2. create lesson 2.3. should list the lessons created so far 13`] = `"View the detailed guide to developing tutorials at: https://bit.ly/protoschool-developing"`;