Skip to content

Commit

Permalink
Remove comments and unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
daun committed Mar 27, 2024
1 parent f78d387 commit 8b09d78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions tests/unit/mergeHeadContents.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// FILEPATH: /Users/philipp/Projects/@swup/head-plugin/tests/unit/mergeHeadContents.test.ts

import { describe, expect, it } from 'vitest';
import mergeHeadContents from '../../src/mergeHeadContents.js';

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/waitForAssets.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { describe, expect, it, beforeEach, afterEach } from 'vitest';
import { describe, expect, it, beforeEach } from 'vitest';

import waitForAssets, { waitForStylesheet } from '../../src/waitForAssets.js';

Expand Down

0 comments on commit 8b09d78

Please sign in to comment.