Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Sep 26, 2024
1 parent 313793d commit 10b8633
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/commands/__tests__/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,12 @@ describe('Commands vs LibAtem', () => {
!n.startsWith('TlSr') &&
!n.startsWith('_VMC') &&
!n.startsWith('FAMS') &&
!n.startsWith('CFMS')
!n.startsWith('CFMS') &&
// new multiviewer border
!n.startsWith('CMvO') &&
!n.startsWith('MvBC') &&
!n.startsWith('MvOv') &&
!n.startsWith('StMw')
)

knownNames.sort()
Expand Down

0 comments on commit 10b8633

Please sign in to comment.