Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Jan 24, 2024
1 parent bb4fba4 commit edea3b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/check-websockets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@ checkWebSocketEndpoints(websocketEndpoints).then(async (results) => {
const testJson = {
mangata: 1,
};
readFile('check-websockets-output.json', 'utf8', (err, data) => {
readFile('./scripts/check-websockets-output.json', 'utf8', (err, data) => {
if (err) {
console.log('no file read');
} else {
console.log('reading file', data);
}
});
writeFile(
'check-websockets-output.json',
'./scripts/check-websockets-output.json',
JSON.stringify(testJson),
'utf8',
() => {
Expand Down

0 comments on commit edea3b5

Please sign in to comment.