Skip to content

Commit

Permalink
Improved test describes for the library functions
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-baillie-ortoo committed Jan 11, 2022
1 parent c3f53fe commit 0916a86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import configureElementIdGenerator from 'c/elementIdGenerator';

describe('c-element-id-generator', () => {
describe('configureElementIdGenerator', () => {
afterEach(() => {
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jest.mock('lightning/platformShowToastEvent', () => ({
ShowToastEvent: showToastEvent
}));

describe('c-error-renderer', () => {
describe('displayError', () => {
afterEach(() => {
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jest.mock('lightning/platformShowToastEvent', () => ({
ShowToastEvent: showToastEvent
}));

describe('c-form-validator', () => {
describe('reportValidity', () => {
afterEach(() => {
});

Expand Down

0 comments on commit 0916a86

Please sign in to comment.