Skip to content

Commit

Permalink
Update supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Roaders committed May 20, 2022
1 parent 4011239 commit 3030ad5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"webpack": "^5.69.1"
},
"peerDependencies": {
"jasmine": ">=3",
"jest": ">=26",
"jasmine": "2.x || 3.x",
"jest": "26.x || 27.x",
"typescript": ">=3.1"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Requires a minimum Typescript version of 3.1.

# Framework support

This library has been extensively used with jasmine and has been tested without issue with jest. The mocking functionality should work in any environment as it has no dependencies on any particular framework. The import replacement functionality uses the jasmine `beforeAll` / `afterAll` and `beforeEach` / `afterEach` so will not work in other environments.
This library has been tested with and supports Jasmine versions 1 and 2 and Jest versions 26 and 27. The mocking functionality should work in any environment as it has no dependencies on any particular framework. The import replacement functionality uses the jasmine `beforeAll` / `afterAll` and `beforeEach` / `afterEach` so will not work in other environments.

# Usage

Expand Down

0 comments on commit 3030ad5

Please sign in to comment.