UNPKG

@cucumber/cucumber

Version:

The official JavaScript implementation of Cucumber.

9 lines 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { type: 'formatter', formatter({ on, write }) { on('message', (message) => write(JSON.stringify(message) + '\n')); }, }; //# sourceMappingURL=message.js.map