Closed upkarlidder closed 3 years ago
Signed-off-by: Upkar Lidder ulidder@us.ibm.com
@GeraldMit as per conversation.
If I comment out the whole file, I get an error saying Test suite failed to run. Your test suite must contain at least one test..
Test suite failed to run. Your test suite must contain at least one test.
Instead, I will change describe as follows, so it's clear that this is just an example.
describe('TestSample.vue', () => { it('sample test', () => { expect(true); }); });
We need a general unit testing issue. #136 seems only for Selenium.
Signed-off-by: Upkar Lidder ulidder@us.ibm.com
@GeraldMit as per conversation.
If I comment out the whole file, I get an error saying
Test suite failed to run. Your test suite must contain at least one test.
.Instead, I will change describe as follows, so it's clear that this is just an example.
We need a general unit testing issue. #136 seems only for Selenium.