Skip to content

Commit

Permalink
Avoid dependency on 'chai' through exported index
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-fleck-at authored and tortmayr committed Mar 6, 2024
1 parent 83dda49 commit 03ec8b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/protocol/src/utils/index.ts
Expand Up @@ -17,5 +17,7 @@ export * from './array-util';
export * from './di-util';
export * from './disposable';
export * from './event';
export * from './test-util';
// we do not export test-util to avoid a dependency on test frameworks such as chai
// however, adopters can still access the file by accessing it through the complete path
// export * from './test-util';
export * from './type-util';

0 comments on commit 03ec8b6

Please sign in to comment.