Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Dec 3, 2024
1 parent ab67c60 commit dd8d5a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/test/background.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "./webextensionPolyfill.js";
import "./background/registration.ts";
import "./contentscript/api.test.ts";
import "./background/registration.js";
import "./contentscript/api.test.js";

async function init() {
try {
Expand Down

0 comments on commit dd8d5a8

Please sign in to comment.