Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 18, 2024
1 parent 5d215d1 commit 0e703bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class A {
constructor(o: AOptions = {}){
constructor(o = {}){
const { a = defaultA, c } = o;
this.#a = a;
this.#c = c;
Expand Down

0 comments on commit 0e703bd

Please sign in to comment.