Remove probably unused semver dependency

This commit is contained in:
Robert Schäfer 2019-01-07 16:55:57 +01:00
parent 890d22421c
commit ab541300ac

View File

@ -1,6 +1,5 @@
import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
import find from 'lodash/find'
import { eq } from 'semver'
/* global cy */