We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2adec commit 8ddd507Copy full SHA for 8ddd507
1 file changed
src/steps/UploadStep/tests/UploadStep.test.tsx
@@ -7,7 +7,7 @@ import { Providers } from "../../../components/Providers"
7
import { ModalWrapper } from "../../../components/ModalWrapper"
8
9
const MUTATED_RAW_DATA = "Bye"
10
-const ERROR_MESSAGE = 'Something happened'
+const ERROR_MESSAGE = "Something happened"
11
12
test("Upload a file", async () => {
13
const file = new File(["Hello, Hello, Hello, Hello"], "test.csv", { type: "text/csv" })
0 commit comments