Skip to content

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfieJones committed May 22, 2024
1 parent 2677866 commit 0de71f2
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 44 deletions.
9 changes: 0 additions & 9 deletions examples/cypress/CHANGELOG.md

This file was deleted.

3 changes: 1 addition & 2 deletions examples/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
"@pixeleye/tsconfig": "workspace:*",
"cypress": "^13.7.3",
"typescript": "^5.4.5"
},
"version": null
}
}
9 changes: 0 additions & 9 deletions examples/playwright/CHANGELOG.md

This file was deleted.

3 changes: 1 addition & 2 deletions examples/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
"@playwright/test": "^1.43.0",
"@types/node": "20.12.7",
"typescript": "^5.4.5"
},
"version": null
}
}
9 changes: 0 additions & 9 deletions examples/puppeteer-with-vitest/CHANGELOG.md

This file was deleted.

3 changes: 1 addition & 2 deletions examples/puppeteer-with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
},
"devDependencies": {
"typescript": "^5.4.5"
},
"version": null
}
}
11 changes: 0 additions & 11 deletions integrations/cli/pixeleye/src/handlers/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,8 @@ export function watchExit(callback: () => Promise<any>) {
await callback();
});
});

process.on("SIGHUP", async () => {
await callback();
}); // CTRL+C
process.on("SIGQUIT", async () => {
await callback();
}); // Keyboard quit signal
process.on("SIGTERM", async () => {
await callback();
}); // `kill` command
}


export const startBooth = async ({
buildID,
token,
Expand Down

0 comments on commit 0de71f2

Please sign in to comment.