Skip to content

Commit

Permalink
gcal.test.ts: Comment out the unused lines of code
Browse files Browse the repository at this point in the history
Co-Authored-By: Ethan Davidson <[email protected]>
  • Loading branch information
karnikaavelumani and EthanThatOneKid committed Mar 11, 2023
1 parent 1675ed8 commit 3cdee24
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/lib/server/events/gcal.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ test('transforms GCalEvent list to ClubEvent list', async () => {
// To generate 'src/lib/server/events/data/club-events.json', uncomment the
// following lines of code then run 'npm t' (and 'npm run all'):
//
const { writeFileSync } = await import('node:fs');
writeFileSync(
'src/lib/server/events/data/club-events.json',
JSON.stringify(actual, null, 2) + '\n'
);
// const { writeFileSync } = await import('node:fs');
// writeFileSync(
// 'src/lib/server/events/data/club-events.json',
// JSON.stringify(actual, null, 2) + '\n'
// );
//
// Remember to comment out the above lines of code before committing.

Expand Down

0 comments on commit 3cdee24

Please sign in to comment.