mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Lint changes
This commit is contained in:
parent
eb2de5460c
commit
4d3a071e66
291 changed files with 28450 additions and 26621 deletions
|
@ -9,17 +9,16 @@ config.global.mocks = {
|
|||
config: {
|
||||
zIndex: {
|
||||
modal: 1100
|
||||
},
|
||||
}
|
||||
},
|
||||
DomHandler: {
|
||||
addClass: vi.fn(),
|
||||
removeClass: vi.fn(),
|
||||
removeClass: vi.fn()
|
||||
},
|
||||
ZIndexUtils: {
|
||||
set: vi.fn(),
|
||||
clear: vi.fn(),
|
||||
},
|
||||
|
||||
clear: vi.fn()
|
||||
}
|
||||
}
|
||||
};
|
||||
describe('BlockUI.vue', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue