Skip to content

Commit 063c20d

Browse files
committed
Squashed commit of the following:
1 parent 0f9641e commit 063c20d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/NationNameLength.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ type Manifest = {
1313
describe("Map manifests: nation name length constraint", () => {
1414
test("All nations' names must be ≤ 27 characters", () => {
1515
const manifestPaths = globSync("resources/maps/**/manifest.json");
16+
1617
expect(manifestPaths.length).toBeGreaterThan(0);
18+
1719
const violations: string[] = [];
1820

1921
for (const manifestPath of manifestPaths) {

0 commit comments

Comments
 (0)