Skip to content

Commit

Permalink
Fix: memory leak TS-456 (#3957)
Browse files Browse the repository at this point in the history
* fix/memory-leaks-TS-456

* fix/multiple-tests-TS-456

* fix/memory-leaks-TS-456
  • Loading branch information
codacy-vrhpires authored Jul 3, 2023
1 parent 52525e1 commit b386b54
Show file tree
Hide file tree
Showing 56 changed files with 4,305 additions and 470 deletions.
7 changes: 5 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
docs/tests
dist
node_modules/*
dist/*
build/*
bin/*
docs/tests/*
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_IMAGE_VERSION=18-alpine3.17
ARG NODE_IMAGE_VERSION=lts-alpine3.18

FROM node:$NODE_IMAGE_VERSION as builder

Expand Down
310 changes: 282 additions & 28 deletions docs/description/description.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b386b54

Please sign in to comment.