karma-runner / karma-runner/karma

Use interpret to support multiple format module loading in karma.conf.js

Open
#2,180 3 comments 0 reactions 1 assignee Claimed by @dignifiedquire View on GitHub
needs: investigation type: feature
Dominant language
JavaScript
Stars
12k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

### Expected behavior

karma auto loads karma.conf.babel.js or karma.conf.ts etc.
### Actual behavior

you have to create a karma.conf.js that dispatches to karma.conf.babel.js or karam.conf.ts.
### Enviroment Details
- Karma version (output of `karma --version`):

```
zsh: command not found: karma
```
- Relevant part of your `karma.config.js` file

``` js
export default function configure(config) {
...
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.