Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put real tests here #6

Open
github-actions bot opened this issue Jun 4, 2020 · 0 comments
Open

Put real tests here #6

github-actions bot opened this issue Jun 4, 2020 · 0 comments
Labels

Comments

@github-actions
Copy link

github-actions bot commented Jun 4, 2020

Put real tests here

So far there are no tests anywhere and I'm busy writing configuration and scaffolding code.

Once we're starting on the actual implementation this should be replaced with some real tests.

* TODO: Put real tests here

const expect = chai.expect;

/**
 * TODO: Put real tests here
 * So far there are no tests anywhere and I'm busy writing configuration and scaffolding code.
 * Once we're starting on the actual implementation this should be replaced with some real tests.
 */
describe('Pump', () => {
  it('should run a simple test to check qa setup', () => {
    expect(1).to.be.a('number');
    expect(true).to.be.a('boolean');
  })
})
 No newline at end of file

c29a9c3dccd394a7c5591c62aa1772e63d893fb2

@github-actions github-actions bot added the todo label Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants