Skip to content

Commit

Permalink
extend feature test to prove transpiled formatters work
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Apr 6, 2022
1 parent 93d50f4 commit fdedd7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions features/custom_formatter.feature
Expand Up @@ -139,6 +139,7 @@ Feature: custom formatter
Then it passes
Examples:
| EXT | IMPORT_STATEMENT | EXPORT_STATEMENT |
| .ts | import {Formatter} from '@cucumber/cucumber' | export default CustomFormatter |
| .mjs | import {Formatter} from '@cucumber/cucumber' | export default CustomFormatter |
| .js | const {Formatter} = require('@cucumber/cucumber') | module.exports = CustomFormatter |
| .js | const {Formatter} = require('@cucumber/cucumber') | exports.default = CustomFormatter |

0 comments on commit fdedd7a

Please sign in to comment.