Skip to content

Commit 6b3e05c

Browse files
authoredAug 13, 2022
Share test utilities (#843)
Split test fixtures into `@simple-git/test-utils`, depend on the package directly in integration tests and share through unit tests fixtures Remove outer fixtures, reuse `@simple-git/test-utils` in unit test fixtures
1 parent a975980 commit 6b3e05c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+196
-166
lines changed
 

‎.changeset/heavy-pumpkins-work.md

+6

‎packages/test-utils/index.ts

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
export * from './src/create-test-context';
2+
export * from './src/expectations';
3+
export * from './src/instance';
4+
export * from './src/like';
5+
export * from './src/wait';
6+
7+
export * from './src/setup/setup-conflicted';
8+
export * from './src/setup/setup-files';
9+
export * from './src/setup/setup-init';

0 commit comments

Comments
 (0)