mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update Terminal.spec.js
This commit is contained in:
parent
892bfc2bd8
commit
8c52b5d509
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ describe('Terminal.vue', () => {
|
|||
|
||||
setTimeout(() => {
|
||||
expect(wrapper.find('.p-terminal-response').text()).toBe('Valid command');
|
||||
}, 0);
|
||||
}, 50);
|
||||
});
|
||||
|
||||
it('should return invalid command', async () => {
|
||||
|
@ -92,6 +92,6 @@ describe('Terminal.vue', () => {
|
|||
|
||||
setTimeout(() => {
|
||||
expect(wrapper.find('.p-terminal-response').text()).toBe('Unknown command: dd');
|
||||
}, 0);
|
||||
}, 50);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue