Skip to content

Commit

Permalink
chore: prettier formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylchen2 committed Dec 29, 2023
1 parent 8d545a9 commit 2ea93d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/ngx-turnstile-demo/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"src/**/*.d.ts",
"src/test.ts",
"src/**/environment.prod.ts"
],
]
}
2 changes: 1 addition & 1 deletion projects/ngx-turnstile/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"outDir": "../../out-tsc/spec",
"types": ["jasmine"]
},
"include": ["**/*.spec.ts", "**/*.d.ts", "src/test.ts"],
"include": ["**/*.spec.ts", "**/*.d.ts", "src/test.ts"]
}

0 comments on commit 2ea93d9

Please sign in to comment.