Skip to content

Commit

Permalink
chore(tests): add exception to lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
steabert committed Apr 16, 2024
1 parent e9f4b1b commit 37bf91f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions streams/tests/validate-component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import * as assert from 'uvu/assert'
* @param name - A name for the component.
*/

// biome-ignore lint/suspicious/noExportsInTest: this file isn't included in tests
export const runComponentTests = (component: any, name = '', test: Test) => {
test(`${name} should have incoming/outgoing stream`, () => {
assert.is.not(component.incoming, undefined)
Expand Down

0 comments on commit 37bf91f

Please sign in to comment.