mirror of
https://github.com/getredash/redash.git
synced 2025-12-22 19:03:26 -05:00
6 lines
118 B
JavaScript
6 lines
118 B
JavaScript
describe('example test', function() {
|
|
it('should expect the obvious', function() {
|
|
expect(0).toBe(0);
|
|
});
|
|
});
|