test: add triggeredBy to testcases to prevent build from breaking

Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
djamaile
2022-04-11 14:42:13 +02:00
parent e2735e7902
commit b4c5585234
2 changed files with 3 additions and 2 deletions
@@ -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: [],
},
]);