From a61f5ec92a9382b0c25fae9a344da0d7eb21b702 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 12 Aug 2023 20:13:29 +0530 Subject: refactor: moves stuff around --- tests/signup.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/signup.spec.ts b/tests/signup.spec.ts index beede57..43cc33a 100644 --- a/tests/signup.spec.ts +++ b/tests/signup.spec.ts @@ -7,7 +7,7 @@ import { import { readFile } from 'node:fs/promises' import '@testing-library/jest-dom' -import { render } from '../src/renderer' +import { render } from '../src' async function loadFixture(type: string) { document.documentElement.innerHTML = await readFile( -- cgit v1.3.1