Skip to content

Commit

Permalink
build(deps): bump css-what from 5.0.0 to 5.0.1 (#451)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Böhm <188768+fb55@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and fb55 committed May 29, 2021
1 parent c1e6c3d commit e3f4cf1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
15 changes: 9 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions test/sizzle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ describe("Sizzle", () => {
});

it("broken", () => {
expect.assertions(27);
expect.assertions(26);

const broken = (selector: string) =>
expect(() => CSSselect.compile(selector)).toThrow(Error);
Expand Down Expand Up @@ -256,7 +256,6 @@ describe("Sizzle", () => {
DomUtils.appendChild(document.getElementById("form"), node)
);

broken("input[name=foo.baz]");
// Shouldn't be matching those inner brackets
broken("input[name=foo[baz]]");
});
Expand Down

0 comments on commit e3f4cf1

Please sign in to comment.