Skip to content
Snippets Groups Projects
Commit 43606024 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Fix tests

parent 34043439
No related branches found
No related tags found
No related merge requests found
import * as utils from '../utils'; import * as utils from '../utils';
import * as styles from '../styles';
import '../vpu-mini-spinner.js'; import '../vpu-mini-spinner.js';
import '../vpu-spinner.js'; import '../vpu-spinner.js';
import '../jsonld.js'; import '../jsonld.js';
...@@ -40,6 +41,6 @@ describe('utils', () => { ...@@ -40,6 +41,6 @@ describe('utils', () => {
}) })
it('getThemeCSS', () => { it('getThemeCSS', () => {
utils.getThemeCSS(); styles.getThemeCSS();
}) })
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment