Skip to content

Commit

Permalink
chore: add nycrc config to avoid wrap spawn process
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Nov 10, 2021
1 parent b7ad3d8 commit ba904ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .nycrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# # This option avoid an wrap over spawn by nyc that affects our tests.
use-spawn-wrap: true

0 comments on commit ba904ed

Please sign in to comment.