Skip to content

Commit

Permalink
Add karma.config.d folder
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Aug 7, 2024
1 parent a1a10cd commit f8dfc1c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions karma.config.d/extra.karma.conf.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
const basePath = config.basePath.replace(/\/node_modules$/, "")
config.set({
"basePath": basePath,
"files": [
...config.files,
{pattern: 'kotlin/**/*', included: false}
],
"proxies": {
'/': '/base/kotlin/'
},
client: {
mocha: {
timeout: 20000
}
}
})

0 comments on commit f8dfc1c

Please sign in to comment.