Skip to content

Commit

Permalink
21977 Fixed unit tests (#685)
Browse files Browse the repository at this point in the history
- app version = 7.3.15
- changed FiledLabel.vue to check for filing before rendered
- deleted unused/invalid test suite
- renamed a test suite that was never executed

Co-authored-by: Severin Beauvais <severin.beauvais@gov.bc.ca>
  • Loading branch information
severinbeauvais and Severin Beauvais authored Jul 22, 2024
1 parent 9741518 commit 5c5fa2b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 93 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-filings-ui",
"version": "7.3.14",
"version": "7.3.15",
"private": true,
"appName": "Filings UI",
"sbcName": "SBC Common Components",
Expand Down
5 changes: 4 additions & 1 deletion src/components/Dashboard/FilingHistoryList/FiledLabel.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<template>
<div class="filed-label d-inline">
<div
v-if="!!filing"
class="filed-label d-inline"
>
<template v-if="isTypeStaff">
<template v-if="putBackOnOrAdminDissolution">
<span> (filed by {{ filing.submitter }} on <DateTooltip :date="submittedDate" />)</span>
Expand Down
89 changes: 0 additions & 89 deletions tests/unit/FiledAndPendingPaid.ts

This file was deleted.

File renamed without changes.

0 comments on commit 5c5fa2b

Please sign in to comment.