Skip to content

Commit 4208f84

Browse files
committed
maint(core base): Tests: Update tests for Jest 30.
1 parent 4b0d152 commit 4208f84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/base.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ describe("pat-base: The Base class for patterns", function () {
133133
});
134134

135135
it("requires that patterns that extend it provide an object of properties", function () {
136-
expect(Base.extend).toThrowError(
136+
expect(Base.extend).toThrow(
137137
"Pattern configuration properties required when calling Base.extend"
138138
);
139139
});

0 commit comments

Comments
 (0)