Skip to content

Commit f871aa1

Browse files
committed
fix test
1 parent a15fe5e commit f871aa1

12 files changed

Lines changed: 1321 additions & 1320 deletions

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ dist/** linguist-generated
77
gitea/** linguist-generated
88
primer/** linguist-generated
99
primer/index.ts -linguist-generated
10+
src/**/__snapshots__/** linguist-generated

src/core/css.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ describe("cssCombine", () => {
200200
// 输出格式为 "prop: value;" (冒号后有空格)
201201
// ============================================================================
202202

203-
describe.sequential("cssStyle", () => {
203+
describe("cssStyle", () => {
204204
describe("扁平属性", () => {
205205
it("单个属性", () => {
206206
const style = cssStyle({ color: "red" });

0 commit comments

Comments
 (0)