redash/rd_ui/test/unit/example_test.js
2014-07-31 16:11:37 +03:00

6 lines
118 B
JavaScript

describe('example test', function() {
it('should expect the obvious', function() {
expect(0).toBe(0);
});
});