ci: add searchParams for test #1077
Annotations
2 errors and 5 warnings
test/options.test.ts > resolved Valaxy Options > merge theme config:
test/options.test.ts#L38
AssertionError: expected { Object (pkg, type, ...) } to deeply equal { Object (pkg, type, ...) }
- Expected
+ Received
Object {
"arr": Array [
1,
2,
3,
],
"banner": Object {
"enable": true,
"title": "云游君的小站",
},
"bg_image": Object {
"enable": true,
},
"colors": Object {
"primary": "#0078E7",
},
"fireworks": Object {
"colors": Array [],
"enable": true,
},
"footer": Object {
"beian": Object {
"enable": false,
"icp": "",
},
"icon": Object {
"animated": true,
"color": "var(--va-c-primary)",
"enable": true,
"name": "i-ri-cloud-line",
"title": "Sponsor YunYouJun",
"url": "https://sponsors.yunyoujun.cn",
},
"powered": true,
"since": 2022,
},
"menu": Object {
"custom": Object {
"icon": "i-ri-clipboard-line",
"title": "button.about",
"url": "/about",
},
},
"notice": Object {
"content": "",
"enable": false,
"hideInPages": false,
},
"outlineTitle": "On this page",
"pages": Array [
Object {
"color": "hotpink",
"icon": "i-ri-women-line",
"name": "喜欢的女孩子",
"url": "/girls/",
},
- Object {
- "color": "red",
- "icon": "i-ri-heart-line",
- "name": "Valaxy",
- "url": "https://valaxy.site/",
- },
],
"pkg": Object {
"author": Object {
"email": "[email protected]",
"name": "YunYouJun",
"url": "https://www.yunyoujun.cn",
},
"dependencies": Object {
"@ctrl/tinycolor": "^4.1.0",
"@explosions/fireworks": "^0.1.0",
"@iconify-json/ant-design": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.11",
"@vueuse/motion": "^2.2.6",
"animejs": "^3.2.2",
"gsap": "^3.12.5",
"primevue": "^4.2.1",
"radix-vue": "^1.9.8",
},
"devDependencies": Object {
"@types/animejs": "^3.1.12",
"valaxy": "workspace:*",
"valaxy-addon-waline": "workspace:*",
},
"exports": Object {
".": "./index.ts",
"./*": "./*",
"./client": "./client/index.ts",
"./theme": "./types/index.d.ts",
},
"homepage": "https://yun.valaxy.site",
"main": "index.ts",
"module": "index.ts",
"name": "valaxy-theme-yun",
"repository": Object {
"type": "git",
"url": "https://github.com/YunYouJun/valaxy/tree/main/packages/valaxy-theme-yun",
},
"scripts": Object {
"release": "bumpp && npm publish",
},
"type": "module",
"version": "0.20.1",
},
"say": Object {
"api": "",
"enable": false,
"hitokoto": Object {
"api": "https://v1.hitokoto.cn",
"enable": true,
},
},
"type": "nimbo",
"types": Object {
"bilibili": Object {
"color": "#FF8EB3",
"icon": "i-ri-bilibili-line",
},
"douban": Object {
"color": "#007722",
"icon": "i-ri-douban-line",
},
"github": Object {
"color": "var(--va-c-text)",
"icon": "i-ri-github-line",
},
"link": Object {
"color": "var(--va-c-primary)",
"icon": "i-ri-external-link-line",
},
"netease-cloud-music": Object {
"color": "#C10D0C",
"icon": "i-ri-netease-cloud-music-line",
},
"notion": Object {
"color": "var(--va-c-text)",
"icon": "i-simple-icons-notion",
},
"twitter": Object {
"color": "black",
"icon": "i-ri-twitter-x-fill",
},
"wechat": Object {
"color": "#1AAD19",
"icon": "i-ri-wechat-2-line",
},
"weibo": Object {
"color": "#E6162D",
"icon": "i-ri-weibo-line",
},
"yuque": Object {
"color": "#25b864",
"icon": "i-ant-design-yuque-outlined",
},
"zhihu": Object {
"color": "#0084FF",
"icon": "i-ri-zhihu-line",
|
test (lts/*, ubuntu-latest)
Process completed with exit code 1.
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
typecheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (lts/*, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (lts/*, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (lts/*, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|