Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sbmsr authored Mar 31, 2023
1 parent 044260d commit 2461df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test("Tiles Need to be 2x2 Grid", async () => {
await setTimeout(10);
let grid = dom.window.document.getElementById("challenge-grid");
assert.ok(
["repeat(2,1fr)", "1fr1fr", "50%50%", "auto auto"].includes(
["repeat(2,1fr)", "1fr1fr", "50%50%", "autoauto"].includes(
dom.window.getComputedStyle(grid)._values["grid-template-columns"].replace(/\s/g, "")
)
);
Expand Down

0 comments on commit 2461df3

Please sign in to comment.