Skip to content

Commit

Permalink
Staging
Browse files Browse the repository at this point in the history
  • Loading branch information
manchicken committed Mar 15, 2024
1 parent 9f21a8c commit 9704ccd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
14 changes: 0 additions & 14 deletions .devcontainer/devcontainer.json

This file was deleted.

4 changes: 3 additions & 1 deletion __tests__/lib/fieldMappings.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ describe('constants', () => {
core.setFailed.mockReset()
core.setFailed.mockClear()
})
})
})

describe('
2 changes: 1 addition & 1 deletion lib/fieldMappings.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const versionCompatibilityError =
const mappings = {
'schema-version': useSharedMappings(
['v2', 'v2.1', 'v2.2'],
mapToUsing('schema-version', (input, value) => ({
mapToUsing('schema-version', (_, value) => ({
// We default to `v2` because later versions should specify the schema version.
'schema-version': value ?? 'v2',
}))
Expand Down

0 comments on commit 9704ccd

Please sign in to comment.