Skip to content

Commit

Permalink
ignore lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maorb-dev committed Mar 13, 2024
1 parent 2fb980f commit 0b3708b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/app/__tests__/create.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ describe('app:create', () => {
};

const mockAppFeaturesResponse = {
// eslint-disable-next-line camelcase
app_feature: {
id: MOCK_APP_FEATURE_ID,
appVersionId: MOCK_APP_VERSION_ID,
Expand All @@ -56,6 +57,7 @@ describe('app:create', () => {
};

const mockAppFeatureBuildResponse = {
// eslint-disable-next-line camelcase
app_feature: {
id: MOCK_APP_FEATURE_ID,
appVersionId: MOCK_APP_VERSION_ID,
Expand Down

0 comments on commit 0b3708b

Please sign in to comment.