Skip to content

Commit

Permalink
Appease the linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Nov 15, 2024
1 parent bbb879e commit 68d1213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structy/tests/BaseStruct.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ describe('using a subclass with one defaultable property and one required proper
const got = new SomeStruct(arg);
expect(got.abc).toBe(arg.abc);
expect(got.florp).toBe(arg.florp);
})
});

test('throws given an extra property in a non-plain object', () => {
const arg = {
Expand Down

0 comments on commit 68d1213

Please sign in to comment.