Skip to content

Commit

Permalink
fix: revert "fix(deps): remove expect as redundant development depe…
Browse files Browse the repository at this point in the history
…ndency"

This reverts commit b57b491.
  • Loading branch information
dpopp07 committed Jun 4, 2024
1 parent a5c3e08 commit 362e20a
Show file tree
Hide file tree
Showing 4 changed files with 3,272 additions and 2,084 deletions.
3 changes: 1 addition & 2 deletions lib/sdk-test-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
* limitations under the License.
*/

// eslint-disable-next-line import/no-extraneous-dependencies
import { expect } from '@jest/globals';
import expect from 'expect';

/**
* This module provides a set of helper methods used to reduce code duplication in the generated unit tests
Expand Down
Loading

0 comments on commit 362e20a

Please sign in to comment.