import { ThemeFoundations } from './theme_foundations.js'; test('not valid status exists', () => { expect(ThemeFoundations.BOOTSTRAP_3).toBe(1); });