You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
core/test/Pump.test.js
Line 6 in 71ccc25
c29a9c3dccd394a7c5591c62aa1772e63d893fb2
The text was updated successfully, but these errors were encountered: