Skip to content

Commit aaaf8be

Browse files
update test files
1 parent a9f7bab commit aaaf8be

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

test/expected/build.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[
88
"pack",
99
"build",
10-
"bookshop-approuter",
10+
"bookshop-approuter:v1",
1111
"--path",
1212
"app",
1313
[
@@ -39,7 +39,7 @@
3939
[
4040
"pack",
4141
"build",
42-
"book-srv",
42+
"book-srv:latest",
4343
"--path",
4444
".",
4545
[

test/expected/buildWithoutBuilder.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[
88
"pack",
99
"build",
10-
"bookshop-approuter",
10+
"bookshop-approuter:v1",
1111
"--path",
1212
"app",
1313
[

test/expected/buildWithoutType.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[
88
"pack",
99
"build",
10-
"bookshop-approuter",
10+
"bookshop-approuter:v1",
1111
"--path",
1212
"app",
1313
"--builder",

test/expected/repositoryOption.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[
88
"pack",
99
"build",
10-
"bookshop-approuter",
10+
"bookshop-approuter:v1",
1111
"--path",
1212
"app",
1313
[
@@ -39,7 +39,7 @@
3939
[
4040
"pack",
4141
"build",
42-
"book-srv",
42+
"book-srv:latest",
4343
"--path",
4444
".",
4545
[

0 commit comments

Comments
 (0)