Skip to content

Commit

Permalink
Yet more CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed May 7, 2024
1 parent 4a84282 commit a53c72b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions packages/quilt/source/testing.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import {expect} from 'vitest';
import {matchers, type CustomMatchers} from '@quilted/react-testing/matchers';
import {matchers, type CustomMatchers} from '@quilted/preact-testing/matchers';

export * from 'vitest';

export type * from '@quilted/preact-testing';
export * from '@quilted/preact-testing';

declare module 'vitest' {
interface Assertion<T = any> extends CustomMatchers<T> {}
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup/source/features/source-code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function sourceCode({
require.resolve('@babel/preset-react'),
{
runtime: 'automatic',
importSource: typeof react === 'string' ? react : 'react',
importSource: typeof react === 'string' ? react : 'preact',
development: mode === 'development',
},
],
Expand Down

0 comments on commit a53c72b

Please sign in to comment.