Skip to content

Commit

Permalink
Merge pull request #102 from Nosto/fix-tsc-errors
Browse files Browse the repository at this point in the history
Fix tsc errors
  • Loading branch information
timowestnosto authored Aug 15, 2024
2 parents 6401719 + 315038d commit 586dbc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spec/nosto.load.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react"
import { vi, describe, expect, it } from "vitest"
import { describe, expect, it } from "vitest"
import { render } from "@testing-library/react"
import "@testing-library/jest-dom/vitest"
import { NostoProvider, NostoHome } from "../src/index"

describe("Nosto client script loading", () => {
Expand Down
1 change: 0 additions & 1 deletion spec/setup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "@testing-library/jest-dom/vitest"
import { JSDOM } from "jsdom"
import { afterEach } from "vitest"

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["src"],
"include": ["src", "spec"],
"references": [{ "path": "./tsconfig.node.json" }]
}

0 comments on commit 586dbc4

Please sign in to comment.