mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 13:05:15 +00:00
Temporary workaround for cypress ct ytpe error
This commit is contained in:
parent
5f5b332014
commit
9fd776e507
|
@ -3,8 +3,9 @@ import ValuePair from '@/components/general/ValuePair.vue';
|
|||
describe('ValuePair.vue', () => {
|
||||
it('Renders a message', () => {
|
||||
const msg = 'Test description';
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-expect-error
|
||||
cy.mount(ValuePair, { props: { description: msg } });
|
||||
|
||||
cy.get('label').contains(msg);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user