test: add triggeredBy to testcases to prevent build from breaking
Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
"types": "dist/index.d.ts"
|
||||
},
|
||||
"backstage": {
|
||||
"role": "common-library"
|
||||
"role": "frontend-plugin-module"
|
||||
},
|
||||
"keywords": [
|
||||
"backstage",
|
||||
"cicd statestics",
|
||||
"cicd statistics",
|
||||
"gitlab"
|
||||
],
|
||||
"scripts": {
|
||||
|
||||
@@ -64,6 +64,7 @@ describe('util functionality', () => {
|
||||
branchType: 'master',
|
||||
duration: 0,
|
||||
requestedAt: new Date('2022-03-30T13:03:09.846Z'),
|
||||
triggeredBy: 'internal',
|
||||
stages: [],
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user