Skip to content

Commit

Permalink
Try fix headless unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
everoddandeven committed Oct 10, 2024
1 parent 7ab4047 commit b5c072d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"baseUrl": "",
"types": [
"node",
"jquery"
"jquery",
"bootstrap-table"
]
},
"files": [
Expand Down
3 changes: 2 additions & 1 deletion src/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"types": [
"jest",
"node",
"jquery"
"jquery",
"bootstrap-table"
]
},
"files": [
Expand Down

0 comments on commit b5c072d

Please sign in to comment.