Skip to content

Commit

Permalink
feat: initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Sep 9, 2024
1 parent 21a8d7f commit 6bc20a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ An example app can be found [here](/tree/main/packages/test-app).

### Running it

- checkout the repo
- `git clone [email protected]:mainmatter/memory-leak-detector.git`
- `cd memory-leak-detector`
- `pnpm install`
- `pnpm test:memory-leak-ember`

Expand Down
1 change: 1 addition & 0 deletions packages/memory-leak-detector/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export async function detectMemoryLeak(by, value, assertions) {
// @TODO: Make the server configurable
let response = await fetch(`http://localhost:3000/detect_memory_leak`, {
method: "POST",
headers: {
Expand Down

0 comments on commit 6bc20a8

Please sign in to comment.