Skip to content

Commit a575af7

Browse files
Fixed tests that were failing on some web browsers
1 parent 609ce48 commit a575af7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/specs/ono-extend.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ describe("Ono.extend()", () => {
170170
}
171171
catch (error) {
172172
expect(error).to.be.an.instanceOf(TypeError);
173-
expect(error.message).to.include("undefined");
174173
}
175174
});
176175

@@ -181,7 +180,6 @@ describe("Ono.extend()", () => {
181180
}
182181
catch (error) {
183182
expect(error).to.be.an.instanceOf(TypeError);
184-
expect(error.message).to.include("null");
185183
}
186184
});
187185

0 commit comments

Comments
 (0)