Skip to content

Put real tests here #6

@github-actions

Description

@github-actions

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions