fix: Added the "Blob" type to the "rom" argument of the "launch" meth… #180
test.yaml
on: pull_request
test
/
lint
20s
test
/
test-integration
23s
test
/
test-e2e
27s
Annotations
4 errors and 1 warning
test / lint:
src/types/nostalgist-options.ts#L7
Expected "Blob" to come before "string"
|
test / lint
Process completed with exit code 1.
|
test / test-e2e:
src/nostalgist.ts#L147
Argument of type '{ core: string; size: number; type: string; arrayBuffer(): Promise<ArrayBuffer>; slice(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob; stream(): ReadableStream<...>; text(): Promise<...>; } | { ...; }' is not assignable to parameter of type 'NostalgistLaunchOptions' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
test / test-e2e
Process completed with exit code 2.
|
test / test-e2e
No files were found with the provided path: playwright-report. No artifacts will be uploaded.
|