Call-for-Code-for-Racial-Justice / Five-Fifths-Voter

Five Fifths Voter is a web application tool designed to enable and empower Black people and others to exercise their right to vote by ensuring their voice is heard
Apache License 2.0
67 stars 38 forks source link

cleaning up the sample test #237

Closed upkarlidder closed 3 years ago

upkarlidder commented 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..

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.