Skip to content

Commit

Permalink
feat: Make ObjectState.value observable. (#6)
Browse files Browse the repository at this point in the history
* feat: Make ObjectState.value observable.

* Add a comment.

* Specify jsdom, bump testing-library.

* One more bump.
  • Loading branch information
stephenh authored Jun 1, 2021
1 parent 31485f3 commit 83c976c
Show file tree
Hide file tree
Showing 5 changed files with 8,943 additions and 3,240 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
preset: "ts-jest",
testEnvironment: "jsdom",
testMatch: ["<rootDir>/src/**/*.test.{ts,tsx,js,jsx}"],
setupFilesAfterEnv: ["<rootDir>/src/setupTests.ts"],
moduleNameMapper: {
Expand Down
Loading

0 comments on commit 83c976c

Please sign in to comment.