mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 10:00:17 -04: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);
|
|
});
|
|
});
|