Skip to content

Commit 20cdf36

Browse files
committed
Fix more tests
1 parent c299e1d commit 20cdf36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/solidstart/test/client/solidrouter.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
import type { MemoryHistory } from '@solidjs/router';
1111
import { MemoryRouter, Navigate, Route, createMemoryHistory } from '@solidjs/router';
1212
import { render } from '@solidjs/testing-library';
13-
import { vi, describe, it, beforeEach } from 'vitest';
13+
import { vi, describe, it, beforeEach, expect } from 'vitest';
1414

1515
import { BrowserClient } from '../../src/client';
1616
import { solidRouterBrowserTracingIntegration, withSentryRouterRouting } from '../../src/client/solidrouter';

packages/solidstart/test/vite/buildInstrumentation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { UserConfig } from 'vite';
2-
import { describe, expect, it, vi } from 'vitest';
2+
import { describe, expect, it, vi, beforeEach } from 'vitest';
33
import { makeBuildInstrumentationFilePlugin } from '../../src/vite/buildInstrumentationFile';
44

55
const fsAccessMock = vi.fn();

0 commit comments

Comments
 (0)