Skip to content

Commit

Permalink
Merge pull request #24 from philbates35/format-setup-file
Browse files Browse the repository at this point in the history
JS: Format the commented out example code in setupFile.ts
  • Loading branch information
philbates35 authored Feb 15, 2024
2 parents 69fc6da + 8f95d07 commit 6df397d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/js/setupFile.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// import { cleanup } from '@testing-library/react';
// import { afterEach } from 'vitest';
// import { cleanup } from "@testing-library/react";
// import { afterEach } from "vitest";
//
// afterEach(() => {
// cleanup();
// cleanup();
// });

0 comments on commit 6df397d

Please sign in to comment.