Skip to content

Commit

Permalink
Using Node as default jest's test environment & Utilizing jest's docb…
Browse files Browse the repository at this point in the history
…lock (#3242)

* making node default env and update files that needs jsdom as jest envivronment.
  • Loading branch information
Amr Elghobary committed Oct 28, 2021
1 parent dfbade6 commit 584d45f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* @flow
* @jest-environment jsdom
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/sourcecred/src/ui/weights/WeightSlider.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* @flow
* @jest-environment jsdom
*/
Expand Down

0 comments on commit 584d45f

Please sign in to comment.