Skip to content

Commit

Permalink
Merge pull request #4 from qld-gov-au/development
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
duttonw authored May 14, 2024
2 parents caa1c38 + 8c2791a commit e45f2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/verifyCount.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('SCSS Properties Count', () => {
const regex = /\$[a-zA-Z0-9-]+:/g;
const match = fileContent.match(regex);

const expectedPropertyCount = 90; // Example expected count. Adjust this as necessary.
const expectedPropertyCount = 96; // Example expected count. Adjust this as necessary.
expect(match).toHaveLength(expectedPropertyCount);
});
});

0 comments on commit e45f2b6

Please sign in to comment.