fixed includes

This commit is contained in:
Ulf Gebhardt 2021-04-11 20:19:32 +02:00
parent 163ee21180
commit 8a3af923c6
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@ import {
When,
Then
} from "cypress-cucumber-preprocessor/steps";
import helpers from "../../support/helpers";
import locales from '../../../webapp/locales'
import orderBy from 'lodash/orderBy'

View File

@ -14,7 +14,6 @@
/* globals Cypress cy */
import "cypress-file-upload";
import helpers from "./helpers";
import { GraphQLClient, request } from 'graphql-request'
import { gql } from '../../backend/src/helpers/jest'
import config from '../../backend/src/config'