Skip to content

Commit

Permalink
reverted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Jan 28, 2021
1 parent 935c276 commit 7b8124c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/utils/describeConformanceV5.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ function testThemeStyleOverrides(element, getOptions) {
expect(container.firstChild).to.toHaveComputedStyle(testStyle);
});

it("respect theme's styleOverrides slots", function test() {
if (/jsdom/.test(window.navigator.userAgent)) this.skip();
it("respect theme's styleOverrides slots", () => {
const { muiName, testDeepOverrides } = getOptions();

const testStyle = {
Expand Down Expand Up @@ -186,8 +185,7 @@ function testThemeVariants(element, getOptions) {
const render = createClientRender();

describe('theme: variants', () => {
it("respect theme's variants", function test() {
if (/jsdom/.test(window.navigator.userAgent)) this.skip();
it("respect theme's variants", () => {
const { muiName, testVariantProps = {} } = getOptions();

const testStyle = {
Expand Down

0 comments on commit 7b8124c

Please sign in to comment.