fix: queryOptions with custom Error type #584
Annotations
4 errors and 4 warnings
packages/core/src/FileManager.test.ts > FileManager utils > if getFileSource is returning code with imports:
packages/core/src/FileManager.test.ts#L437
Error: Snapshot `FileManager utils > if getFileSource is returning code with imports 1` mismatched
- Expected
+ Received
- "import type { Pets } from './Pets'
+ "import type { Pets } from './Pets.ts'
export type Pet = Pets
"
❯ packages/core/src/FileManager.test.ts:437:32
|
packages/core/src/FileManager.test.ts > FileManager utils > if getFileSource is returning code with imports and default import:
packages/core/src/FileManager.test.ts#L461
Error: Snapshot `FileManager utils > if getFileSource is returning code with imports and default import 1` mismatched
- Expected
+ Received
- "import type Pets from './Pets'
+ "import type Pets from './Pets.ts'
export type Pet = Pets
"
❯ packages/core/src/FileManager.test.ts:461:32
|
packages/core/src/FileManager.test.ts > FileManager utils > if getFileSource is returning code with exports and exports as:
packages/core/src/FileManager.test.ts#L517
Error: Snapshot `FileManager utils > if getFileSource is returning code with exports and exports as 1` mismatched
- Expected
+ Received
- "import type Dog from './Dog'
+ "import type Dog from './Dog.ts'
- import type { Pets, Lily } from './Pets'
+ import type { Pets, Lily } from './Pets.ts'
export const test = 2
type Test = Pets | Lily | Dog
"
❯ packages/core/src/FileManager.test.ts:517:55
|
Tests
Process completed with exit code 1.
|
Linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|