Reduce dependency when implementing custom formatter with local alias (#421)

Этот коммит содержится в:
Viacheslav Poturaev 2021-08-15 21:59:39 +02:00 коммит произвёл GitHub
родитель 61730298a5
коммит 92ea38e7ce
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -13,6 +13,9 @@ import (
"github.com/cucumber/godog/internal/models"
)
// Feature represents gherkin document.
type Feature = messages.GherkinDocument
// Scenario represents the executed scenario
type Scenario = messages.Pickle