Skip to content

Commit

Permalink
test: rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 committed Mar 16, 2020
1 parent f490b91 commit 3bd5f54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import { getTheme } from './theme';
import { LIGHT_THEME, DARK_THEME } from '@elastic/charts';

describe('src/legacy/core_plugins/vis_type_timeseries/public/visualizations/views/timeseries/utils/theme.ts', () => {
describe('TSVB theme', () => {
it('should return the basic themes if no bg color is specified', () => {
// use original dark/light theme
expect(getTheme(false)).toEqual(LIGHT_THEME);
Expand Down

0 comments on commit 3bd5f54

Please sign in to comment.