Skip to content

Commit 2e5b517

Browse files
committed
formatting
1 parent 96ef979 commit 2e5b517

5 files changed

Lines changed: 1075 additions & 1005 deletions

File tree

packages/design-tokens/build-output.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test("build-output.js should complete without errors", async () => {
1919
}
2020
console.log("build-output.js executed successfully:", stdout);
2121
resolve();
22-
},
22+
}
2323
);
2424
});
2525
assert.ok(true);
@@ -107,7 +107,7 @@ test("theme.blue.100 should be present in all output files", async () => {
107107
const fileContent = readFileSync(filePath, "utf-8");
108108
assert.ok(
109109
fileContent.includes(token),
110-
`Expected token "${token}" to be present in file ${file}`,
110+
`Expected token "${token}" to be present in file ${file}`
111111
);
112112
}
113113
});
@@ -153,7 +153,7 @@ test("typography.lineHeights.auto should be normalized to normal in all output f
153153
const fileContent = readFileSync(filePath, "utf-8");
154154
assert.ok(
155155
fileContent.includes(token),
156-
`Expected token "${token}" to be present in file ${file}`,
156+
`Expected token "${token}" to be present in file ${file}`
157157
);
158158
}
159159
});

0 commit comments

Comments
 (0)