Skip to content

Commit

Permalink
Fix building and testing on macs (#380)
Browse files Browse the repository at this point in the history
Removing the Nx packages broke the build step on arm processors, due to
the bug in npm with optional architecture dependencies. The same bug
I've ran into several times when updating the Nx packages. This fixes
those missing dependencies (had to delete node_modules and package-lock.

Also, running the tests after removing Nx, in a clean repo, failed on
TypeErrors with getTextBy. This adds a temporary fix by downgrading
testing-library/react to the previous major version.
  • Loading branch information
SjurSutterudSagen authored Dec 2, 2024
1 parent 80290aa commit 7084330
Show file tree
Hide file tree
Showing 4 changed files with 3,924 additions and 1,508 deletions.
Loading

0 comments on commit 7084330

Please sign in to comment.