We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f54f2 commit b1d548aCopy full SHA for b1d548a
1 file changed
test/styles.test.ts
@@ -170,7 +170,7 @@ describe("CSS (テーマ: light)", () => {
170
});
171
172
it("td.gce-code に基本テキスト色の CSS 変数を含む", () => {
173
- const selectorIdx = CSS.indexOf(".gce-table td.gce-code {");
+ const selectorIdx = CSS.indexOf(".gce-container .gce-table td.gce-code {");
174
expect(selectorIdx).toBeGreaterThan(-1);
175
const blockContent = CSS.slice(selectorIdx);
176
const blockEnd = blockContent.indexOf("}");
0 commit comments