Skip to content
This repository was archived by the owner on Aug 27, 2020. It is now read-only.

Commit ae1c296

Browse files
committed
Fix expect scripts for tests
1 parent 09e0d60 commit ae1c296

6 files changed

+12
-0
lines changed

tests/default.expect

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ expect "Project description"
77
send "\n"
88
expect "Author"
99
send "\n"
10+
expect "Project type"
11+
send "\n"
1012
expect "Vue build"
1113
send "\n"
1214
expect "Install vue-router?"

tests/js-airbnb.expect

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ expect "Project description"
77
send "\n"
88
expect "Author"
99
send "\n"
10+
expect "Project type"
11+
send "\n"
1012
expect "Vue build"
1113
send "\n"
1214
expect "Install vue-router?"

tests/js-default.expect

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ expect "Project description"
77
send "\n"
88
expect "Author"
99
send "\n"
10+
expect "Project type"
11+
send "\n"
1012
expect "Vue build"
1113
send "\n"
1214
expect "Install vue-router?"

tests/js-no-router-airbnb.expect

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ expect "Project description"
77
send "\n"
88
expect "Author"
99
send "\n"
10+
expect "Project type"
11+
send "\n"
1012
expect "Vue build"
1113
send "\n"
1214
expect "Install vue-router?"

tests/ts-airbnb.expect

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ expect "Project description"
77
send "\n"
88
expect "Author"
99
send "\n"
10+
expect "Project type"
11+
send "\n"
1012
expect "Vue build"
1113
send "\n"
1214
expect "Install vue-router?"

tests/ts-no-router-airbnb.expect

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ expect "Project description"
77
send "\n"
88
expect "Author"
99
send "\n"
10+
expect "Project type"
11+
send "\n"
1012
expect "Vue build"
1113
send "\n"
1214
expect "Install vue-router?"

0 commit comments

Comments
 (0)