Link K8S deps properly
This commit is contained in:
parent
0ac77cdb15
commit
f0260fc819
64 changed files with 4282 additions and 3069 deletions
|
@ -1,4 +1,4 @@
|
|||
export default function failingTest() {
|
||||
console.log("This came from a failing test!");
|
||||
return { status: 1 };
|
||||
return { status: 1, message: "This test always fails :(" };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue