-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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.
Line 6 in 71ccc25
| * 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 filec29a9c3dccd394a7c5591c62aa1772e63d893fb2