Skip to content

Commit 24d3c5c

Browse files
Update packages/core/test/uiSchema_test.js
1 parent 7988cee commit 24d3c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/uiSchema_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe("uiSchema", () => {
6262
expect(bar.classList.contains("another-for-bar")).eql(true);
6363
expect(baz.classList.contains("class-for-baz")).eql(true);
6464
expect(
65-
console.warn.calledWithMatch(/'uiSchema.classNames' is deprecated/);
65+
console.warn.calledWithMatch(/'uiSchema.classNames' is deprecated/)
6666
).to.be.true;
6767
});
6868
});

0 commit comments

Comments
 (0)