Skip to content

Commit 2ced470

Browse files
committed
chore: Update failing tests
1 parent f702361 commit 2ced470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/crawlers/__tests__/chrome-crawler.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { describe, expect, it } from "bun:test";
22
import { crawlExtension } from "../chrome-crawler";
3-
import { numberOfDFGCompiles } from "bun:jsc";
43

54
const githubBetterLineCountsId = "ocfdgncpifmegplaglcnglhioflaimkd";
65

@@ -18,8 +17,9 @@ describe("Chrome Web Store Crawler", () => {
1817
rating: expect.any(Number),
1918
reviewCount: expect.any(Number),
2019
shortDescription: "Remove generated files from GitHub line counts",
21-
storeUrl:
20+
storeUrl: expect.stringContaining(
2221
"https://chromewebstore.google.com/detail/github-better-line-counts/ocfdgncpifmegplaglcnglhioflaimkd",
22+
),
2323
version: expect.any(String),
2424
weeklyActiveUsers: expect.any(Number),
2525
screenshots: [

0 commit comments

Comments
 (0)