Skip to content

Resolve @import in core #3252

Resolve @import in core

Resolve @import in core #3252

Triggered via pull request September 19, 2024 13:10
Status Failure
Total duration 11m 36s
Artifacts

ci.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

12 errors
tests (20, ubuntu-latest)
Type '(id: string, base: string) => Promise<{ module: unknown; base: string; }>' is not assignable to type '(id: string, base: string) => Promise<{ module: UserConfig | Plugin; base: string; }>'.
tests (20, ubuntu-latest)
Property 'base' is missing in type '{ config: { theme: { colors: { primary: string; red: { 500: string; }; }; fontFamily: { sans: string[]; mono: (string | { fontVariationSettings: string; })[]; }; fontSize: { sm: string; base: (string | { lineHeight: string; })[]; }; }; }; }' but required in type 'ConfigFile'.
tests (20, ubuntu-latest)
Type '() => Promise<({ addVariant }: PluginAPI) => void>' is not assignable to type '() => Promise<PluginWithConfig>'.
tests (20, ubuntu-latest)
Type '() => Promise<({ addVariant }: PluginAPI) => void>' is not assignable to type '() => Promise<PluginWithConfig>'.
tests (20, ubuntu-latest)
Type '() => Promise<({ addVariant }: PluginAPI) => void>' is not assignable to type '() => Promise<PluginWithConfig>'.
tests (20, ubuntu-latest)
Type '() => Promise<({ addVariant }: PluginAPI) => void>' is not assignable to type '() => Promise<PluginWithConfig>'.
tests (20, ubuntu-latest)
Type '() => Promise<({ addVariant }: PluginAPI) => void>' is not assignable to type '() => Promise<PluginWithConfig>'.
tests (20, ubuntu-latest)
Type '() => Promise<({ addVariant }: PluginAPI) => void>' is not assignable to type '() => Promise<PluginWithConfig>'.
tests (20, ubuntu-latest)
Type '() => Promise<({ matchVariant }: PluginAPI) => void>' is not assignable to type '() => Promise<PluginWithConfig>'.
tests (20, ubuntu-latest)
Type '() => Promise<({ matchVariant }: PluginAPI) => void>' is not assignable to type '() => Promise<PluginWithConfig>'.
vite/index.test.ts > postcss > watch mode: integrations/vite/index.test.ts#L360
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ vite/index.test.ts:360:25 ❯ Module.retryAssertion utils.ts:541:14 ❯ vite/index.test.ts:349:9 ❯ utils.ts:366:14
tests (20, windows-latest)
Process completed with exit code 1.