chore(deps): update devdependency @vue/devtools-api to v7 #120
Annotations
7 errors and 1 warning
test/index.test.ts > vue-devtools-stub > has same exports of @vue/devtools-api > addCustomCommand:
test/index.test.ts#L10
AssertionError: expected 'undefined' to be 'function' // Object.is equality
Expected: "function"
Received: "undefined"
❯ test/index.test.ts:10:50
|
test/index.test.ts > vue-devtools-stub > has same exports of @vue/devtools-api > addCustomTab:
test/index.test.ts#L10
AssertionError: expected 'undefined' to be 'function' // Object.is equality
Expected: "function"
Received: "undefined"
❯ test/index.test.ts:10:50
|
test/index.test.ts > vue-devtools-stub > has same exports of @vue/devtools-api > onDevToolsClientConnected:
test/index.test.ts#L10
AssertionError: expected 'undefined' to be 'function' // Object.is equality
Expected: "function"
Received: "undefined"
❯ test/index.test.ts:10:50
|
test/index.test.ts > vue-devtools-stub > has same exports of @vue/devtools-api > onDevToolsConnected:
test/index.test.ts#L10
AssertionError: expected 'undefined' to be 'function' // Object.is equality
Expected: "function"
Received: "undefined"
❯ test/index.test.ts:10:50
|
test/index.test.ts > vue-devtools-stub > has same exports of @vue/devtools-api > removeCustomCommand:
test/index.test.ts#L10
AssertionError: expected 'undefined' to be 'function' // Object.is equality
Expected: "function"
Received: "undefined"
❯ test/index.test.ts:10:50
|
test/index.test.ts > vue-devtools-stub > has same exports of @vue/devtools-api > setupDevToolsPlugin:
test/index.test.ts#L10
AssertionError: expected 'undefined' to be 'function' // Object.is equality
Expected: "function"
Received: "undefined"
❯ test/index.test.ts:10:50
|
ci
Process completed with exit code 1.
|
ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|