Skip to content

Commit

Permalink
fix(test): fix failing tests by preventing source-map generation (#3642)
Browse files Browse the repository at this point in the history
* fix(test): fix excessive memory usage by preventing source-map generation

* fix(changlog): add changelog entry.
  • Loading branch information
pichlermarc committed Mar 1, 2023
1 parent 0d373bd commit 74ca04f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"produceSourceMap": false,
"extension": [
".ts"
],
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/

### :house: (Internal)

* fix(sdk-metrics): ix flaky LastValueAggregator test by using fake timer [#3587](https://github.com/open-telemetry/opentelemetry-js/pull/3587) @pichlermarc
* fix(sdk-metrics): fix flaky LastValueAggregator test by using fake timer [#3587](https://github.com/open-telemetry/opentelemetry-js/pull/3587) @pichlermarc
* fix(test): fix failing tests by preventing source-map generation [#3642](https://github.com/open-telemetry/opentelemetry-js/pull/3642) @pichlermarc

## 1.9.1

Expand Down

0 comments on commit 74ca04f

Please sign in to comment.