Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Commit

Permalink
fix coverage issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ktutnik committed Feb 3, 2020
1 parent d437098 commit a0016a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/converter-array.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ describe("Guess Array Element", () => {
expect(b.value).toEqual(["1234"])
})

it.only("Should work for array on nested Object without type override", () => {
it("Should work for array on nested Object without type override", () => {
@reflect.parameterProperties()
class TagModel {
constructor(
Expand Down

0 comments on commit a0016a9

Please sign in to comment.