We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9641e commit 063c20dCopy full SHA for 063c20d
1 file changed
tests/NationNameLength.test.ts
@@ -13,7 +13,9 @@ type Manifest = {
13
describe("Map manifests: nation name length constraint", () => {
14
test("All nations' names must be ≤ 27 characters", () => {
15
const manifestPaths = globSync("resources/maps/**/manifest.json");
16
+
17
expect(manifestPaths.length).toBeGreaterThan(0);
18
19
const violations: string[] = [];
20
21
for (const manifestPath of manifestPaths) {
0 commit comments