Skip to content

Commit

Permalink
Add transpileOnly to mocha options
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-va committed Nov 26, 2024
1 parent b5010fa commit 60722a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui/.mocharc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"ts-node/register/transpile-only",
"jsdom-global/register.js",
"./src/test/jquery.register.js"
]
],
"ts-node": {
"transpileOnly": true
}
}

0 comments on commit 60722a3

Please sign in to comment.