Skip to content

Commit

Permalink
docs: adding s to brand colors in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Jan 16, 2024
1 parent 65a7827 commit a9038d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/brandColors/brandColors.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { brandColors } from './brandColors';

const designTokens = require('../../figma/tokens.json');

describe('Brand Color', () => {
describe('Brand Colors', () => {
describe('White', () => {
it('js tokens for white000 matches figma tokens white000', () => {
expect(brandColors.white.white000).toStrictEqual(
Expand Down

0 comments on commit a9038d2

Please sign in to comment.