mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 17:38:54 +00: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);
|
|
});
|
|
});
|