Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Dec 23, 2024
1 parent 7a7fbb0 commit 29bb85d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ test

.codeclimate.yml
.deepsource.toml
.eslintignore
.eslintrc.json
.gitignore
.npmignore
Expand Down
1 change: 1 addition & 0 deletions test/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ await describe('vmaHelpers', async () => {
assert.ok(codeTypes.length === 0);
});
});
// eslint-disable-next-line no-secrets/no-secrets
await describe('isFieldValueExclusiveToVmaSubCodeType()', async () => {
await it('Returns true for a "Trailer-only" field value', async () => {
assert.ok(await ncicLookup.vmaHelpers.isFieldValueExclusiveToVmaSubCodeType('Trailers', validTrailerFieldValue));
Expand Down
1 change: 1 addition & 0 deletions test/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ await describe('vmaHelpers', async () => {
})
})

// eslint-disable-next-line no-secrets/no-secrets
await describe('isFieldValueExclusiveToVmaSubCodeType()', async () => {
await it('Returns true for a "Trailer-only" field value', async () => {
assert.ok(
Expand Down

0 comments on commit 29bb85d

Please sign in to comment.