Skip to content

Commit

Permalink
Yes!
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Sep 1, 2024
1 parent 9c078b9 commit 004c748
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions commitlint/tests/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,9 @@ test("testing DUs", () => {
let bar = new B();
expect(bar.x).toBe(1);
expect(bar.y).toBe(2);

let foo2 = fn(foo);
expect(foo2).toBe("hellohallo");
let bar2 = fn(bar);
expect(bar2).toBe("1");
});

0 comments on commit 004c748

Please sign in to comment.