Skip to content

Commit

Permalink
fix: add refresh api hook to dashboard lwcs (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithgp authored Mar 21, 2022
1 parent ab7be56 commit cf64815
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ describe('Lightning component creation tests:', () => {
);
assert.fileContent(jsFile, '@api getState;');
assert.fileContent(jsFile, '@api setState;');
assert.fileContent(jsFile, '@api refresh;');
}
);
test
Expand Down Expand Up @@ -286,6 +287,7 @@ describe('Lightning component creation tests:', () => {
);
assert.fileContent(jsFile, '@api getState;');
assert.fileContent(jsFile, '@api setState;');
assert.fileContent(jsFile, '@api refresh;');
assert.fileContent(jsFile, '@api results;');
assert.fileContent(jsFile, '@api metadata;');
assert.fileContent(jsFile, '@api selection;');
Expand Down

0 comments on commit cf64815

Please sign in to comment.