Skip to content

Commit

Permalink
chore(tests): Fix test titles (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicalynch authored Oct 1, 2024
1 parent 43ccb42 commit 996fc0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __tests__/utils/reference/resolveReferences.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ describe('utils', () => {
});

describe('ignorePaths', () => {
it('should not resolve values containing constiables in ignored paths', () => {
it('should not resolve values containing variables in ignored paths', () => {
const obj = {
foo: { value: 'bar' },
bar: {
Expand Down
2 changes: 1 addition & 1 deletion __tests__/utils/resolveObject.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ describe('utils', () => {
});

describe('ignorePaths', () => {
it('should not resolve values containing constiables in ignored paths', () => {
it('should not resolve values containing variables in ignored paths', () => {
const test = resolveObject(
{
foo: { value: 'bar' },
Expand Down

0 comments on commit 996fc0e

Please sign in to comment.