mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 04:26:14 -04:00
Build 29049575
This commit is contained in:
parent
e3e61b12b8
commit
395968bc52
16 changed files with 1735 additions and 1847 deletions
|
@ -21,7 +21,7 @@ describe("json data checks", () => {
|
|||
.split("")
|
||||
.filter((b) => b !== "_" && b !== "black")
|
||||
.filter((a, b, c) => c.indexOf(a) === b);
|
||||
return uniqueBricks.length > 5;
|
||||
return uniqueBricks.length > 5 && !l.name.startsWith("icon:");
|
||||
})
|
||||
.map((l) => l.name);
|
||||
expect(levelsWithManyBrickColors).toEqual([]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue