chore(ci): 移除 Woodpecker CI 配置,全面采用 Jenkins
- 删除 .woodpecker.yml - 删除 .woodpecker-e2e.yml - 删除 .woodpecker-test-suite.yml
This commit is contained in:
@@ -5,7 +5,7 @@ import MenuItem from '@/components/MenuItem.vue'
|
||||
describe('MenuItem 组件', () => {
|
||||
it('应该正确接收菜单项 props', () => {
|
||||
const menu = {
|
||||
id: 1,
|
||||
id: '1',
|
||||
name: '仪表盘',
|
||||
path: '/dashboard',
|
||||
icon: 'Odometer',
|
||||
@@ -34,14 +34,14 @@ describe('MenuItem 组件', () => {
|
||||
|
||||
it('应该正确处理有子菜单的菜单项', () => {
|
||||
const menu = {
|
||||
id: 2,
|
||||
id: '2',
|
||||
name: '系统管理',
|
||||
path: '/system',
|
||||
icon: 'Setting',
|
||||
sort: 2,
|
||||
children: [
|
||||
{
|
||||
id: 3,
|
||||
id: '3',
|
||||
name: '用户管理',
|
||||
path: '/users',
|
||||
sort: 1
|
||||
|
||||
@@ -26,7 +26,7 @@ describe('Permission Store', () => {
|
||||
permissions: ['user:read', 'user:delete'],
|
||||
menus: [
|
||||
{
|
||||
id: 1,
|
||||
id: '1',
|
||||
name: '仪表盘',
|
||||
path: '/dashboard',
|
||||
icon: 'Odometer',
|
||||
@@ -118,7 +118,7 @@ describe('Permission Store', () => {
|
||||
permissions: ['user:read'],
|
||||
menus: [
|
||||
{
|
||||
id: 1,
|
||||
id: '1',
|
||||
name: '仪表盘',
|
||||
path: '/dashboard',
|
||||
sort: 1
|
||||
|
||||
Reference in New Issue
Block a user