Skip to content

Commit

Permalink
docs(config-file.md): fx invalid es-module example (#3862)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat authored Nov 15, 2022
1 parent 991bccb commit 96c44a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Since Stryker version 6 you can define your config in a native [ECMAScript modul
const config = {
// Your config here
};
export default;
export default config;
```

You can use your editor's autocompletion to help you author your configuration file.
Expand Down

0 comments on commit 96c44a2

Please sign in to comment.