Skip to content

Commit

Permalink
spelling: variable
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Oct 11, 2022
1 parent 66810d7 commit baf4db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/formatters/__tests__/jsonFormatter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('jsonFormatter', () => {
const results = [
{
...resultClean,
_privateVaribale: [],
_privateVariable: [],
},
];

Expand Down
2 changes: 1 addition & 1 deletion lib/utils/__tests__/findAnimationName.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ it('findAnimationName', () => {
value: 'INHERIT',
},
]);
expect(findAnimationName('3s @varialbe')).toEqual([]);
expect(findAnimationName('3s @variable')).toEqual([]);
expect(findAnimationName('3s #{$variable}')).toEqual([]);
expect(findAnimationName('none')).toEqual([]);
expect(findAnimationName('slidein')).toEqual([
Expand Down

0 comments on commit baf4db3

Please sign in to comment.