Skip to content

Commit

Permalink
chore: update color notation in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bddjong committed Dec 16, 2024
1 parent 1941ac7 commit 58bd3d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/tokens-lib/src/style-dictionary.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const testDirectory = (distPath: string) => {
});

it('contains a variable assignment', () => {
expect(content).toContain('"utrechtButtonColor": "#0A2750"');
expect(content).toContain('"utrechtButtonColor": "#0a2750"');
});
});
});
Expand Down Expand Up @@ -264,7 +264,7 @@ const testDirectory = (distPath: string) => {
});

it('contains a property assignment', () => {
expect(content).toContain('"utrechtButtonColor": "#0A2750"');
expect(content).toContain('"utrechtButtonColor": "#0a2750"');
});
});
});
Expand Down Expand Up @@ -296,7 +296,7 @@ const testDirectory = (distPath: string) => {
});

it.skip('contains a property assignment', () => {
expect(content).toContain('"value": "#0A2750"');
expect(content).toContain('"value": "#0a2750"');
});
});
});
Expand Down

0 comments on commit 58bd3d1

Please sign in to comment.