Skip to content

Commit

Permalink
Move karma config from gradle directory
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Aug 28, 2024
1 parent 15fc54e commit 5b5d94b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ kotlin {
whenBrowserConfigured {
testTask {
useKarma {
useConfigDirectory(rootDir.resolve("gradle/js/karma"))
useConfigDirectory(rootDir.resolve("karma.config.d"))
useChromeHeadless()
}
}
Expand Down
File renamed without changes.

0 comments on commit 5b5d94b

Please sign in to comment.