Skip to content

Commit

Permalink
Meta: whitespace in test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispuska committed Feb 26, 2024
1 parent e7a0c70 commit 060712b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fractures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heliosgraphics/fractures",
"version": "6.2.1",
"version": "6.2.2",
"type": "module",
"author": "03b8 <03b8@helios.graphics>",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion packages/fractures/src/generators.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const MOCK_RULE: FractureRuleType = {
},
}

const MOCK_EXPECTED = `.bg-gray-0 {background-color: hsla(var(--hsl-gray-0), var(--example));}`
const MOCK_EXPECTED = `.bg-gray-0 {background-color: hsla(var(--hsl-gray-0), var(--example));}
`

describe("generateRules", () => {
it("Generates a sample selector", () => expect(_generateRule(MOCK_RULE)).toEqual(MOCK_EXPECTED))
Expand Down

0 comments on commit 060712b

Please # to comment.