@featherds/app-layout
Advanced tools
Comparing version 0.12.5 to 0.12.6
{ | ||
"name": "@featherds/app-layout", | ||
"version": "0.12.5", | ||
"version": "0.12.6", | ||
"publishConfig": { | ||
@@ -12,4 +12,4 @@ "access": "public" | ||
"dependencies": { | ||
"@featherds/composables": "^0.12.5", | ||
"@featherds/styles": "^0.12.5", | ||
"@featherds/composables": "^0.12.6", | ||
"@featherds/styles": "^0.12.6", | ||
"vue": "^3.1.0-0" | ||
@@ -22,3 +22,3 @@ }, | ||
"types": "./src/index.d.ts", | ||
"gitHead": "902fb935f136f66098ff1f777f7ca1294854cd42" | ||
"gitHead": "efae40a88230bf71e4927f9e40604d095fb92d35" | ||
} |
import { mount } from "@vue/test-utils"; | ||
import SkipContentLink from "./SkipContentLink.vue"; | ||
let scrollIntoViewMock = jest.fn(); | ||
import { vi, expect, describe, it, beforeEach } from "vitest"; | ||
const scrollIntoViewMock = vi.fn(); | ||
window.HTMLElement.prototype.scrollIntoView = scrollIntoViewMock; | ||
@@ -5,0 +6,0 @@ |
Sorry, the diff of this file is not supported yet
28777
326
Updated@featherds/styles@^0.12.6