This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
docs(changeset): chore: update dependencies #59
Annotations
10 errors
src/lib/createMockServer.onRequest.test.ts:
packages/mock-server/src/lib/createMockServer.ts#L1
SyntaxError: Named export 'plugins' not found. The requested module 'prismjs' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from 'prismjs';
const { plugins: Iw, highlightElement: jm } = pkg;
❯ src/lib/createMockServer.ts:1:31
|
src/lib/createMockServer.openapi.test.ts:
packages/mock-server/src/lib/createMockServer.ts#L1
SyntaxError: Named export 'plugins' not found. The requested module 'prismjs' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from 'prismjs';
const { plugins: Iw, highlightElement: jm } = pkg;
❯ src/lib/createMockServer.ts:1:31
|
src/lib/createMockServer.test.ts:
packages/mock-server/src/lib/createMockServer.ts#L1
SyntaxError: Named export 'plugins' not found. The requested module 'prismjs' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from 'prismjs';
const { plugins: Iw, highlightElement: jm } = pkg;
❯ src/lib/createMockServer.ts:1:31
|
src/commands/format/format.test.ts > format > formats the given file:
packages/cli/tests/matcher.ts#L10
AssertionError: expected '' to include 'File formatted'
❯ Object.contain tests/matcher.ts:10:50
❯ src/commands/format/format.test.ts:22:17
|
src/commands/init/init.test.ts > init > creates a config file:
packages/cli/tests/matcher.ts#L10
AssertionError: expected '' to include './packages/cli/src/commands/validate/…'
❯ Object.contain tests/matcher.ts:10:50
❯ src/commands/init/init.test.ts:29:17
|
src/commands/validate/validate.test.ts > validate > validates the given file:
packages/cli/tests/matcher.ts#L10
AssertionError: expected '' to include 'OpenAPI 3.1'
❯ Object.contain tests/matcher.ts:10:50
❯ src/commands/validate/validate.test.ts:12:17
|
src/commands/validate/validate.test.ts > validate > shows errors for invalid file:
packages/cli/tests/matcher.ts#L10
AssertionError: expected '' to include 'Cannot find supported swagger/openapi…'
❯ Object.contain tests/matcher.ts:10:50
❯ src/commands/validate/validate.test.ts:21:17
|
src/options/version/version.test.ts > --version > outputs the version from package.json:
packages/cli/tests/matcher.ts#L10
AssertionError: expected '' to include '0.1.0'
❯ Object.contain tests/matcher.ts:10:50
❯ src/options/version/version.test.ts:10:17
|
Release (20)
Error: The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
|
Release (20)
The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
|