Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
langleyd committed Aug 28, 2024
1 parent 988ff47 commit 926605b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions platforms/web/lib/suggestion.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

// eslint-disable-next-line camelcase
import init, {
new_composer_model,

Check failure on line 18 in platforms/web/lib/suggestion.test.tsx

View workflow job for this annotation

GitHub Actions / build (18.x)

Identifier 'new_composer_model' is not in camel case
SuggestionPattern,
Expand Down Expand Up @@ -106,8 +106,7 @@ describe('suggestionPattern', () => {
const model = new_composer_model();
model.replace_text('hello ');
const update = model.replace_text('@alic');

let suggestion = update.menu_action().suggestion();
const suggestion = update.menu_action().suggestion();

// When
if (!suggestion) {
Expand Down

0 comments on commit 926605b

Please sign in to comment.