File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,11 @@ import assert from "assert";
88
99import isPathInside from "is-path-inside" ;
1010
11- import { ICypressConfiguration } from "@badeball/cypress-configuration" ;
11+ import {
12+ ICypressConfiguration ,
13+ ICypressPost10Configuration ,
14+ ICypressPre10Configuration ,
15+ } from "@badeball/cypress-configuration" ;
1216
1317import debug from "./debug" ;
1418
@@ -17,10 +21,6 @@ import {
1721 DEFAULT_PRE_10_STEP_DEFINITIONS ,
1822 IPreprocessorConfiguration ,
1923} from "./preprocessor-configuration" ;
20- import {
21- ICypressPost10Configuration ,
22- ICypressPre10Configuration ,
23- } from "@badeball/cypress-configuration/lib/cypress-configuration" ;
2424
2525import { ensureIsAbsolute , ensureIsRelative } from "./helpers" ;
2626
You can’t perform that action at this time.
0 commit comments