Update testhelpers to fix wonky import
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
/// <reference types="Cypress" />
|
||||
import { PartialViewMacroBuilder } from "umbraco-cypress-testhelpers/lib/cms/builders/partialViewMacros/partialViewMacroBuilder";
|
||||
import { PartialViewMacroBuilder } from "umbraco-cypress-testhelpers";
|
||||
|
||||
context('Partial View Macro Files', () => {
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"cross-env": "^7.0.2",
|
||||
"cypress": "^4.12.0",
|
||||
"ncp": "^2.0.0",
|
||||
"umbraco-cypress-testhelpers": "^1.0.0-beta-45"
|
||||
"umbraco-cypress-testhelpers": "^1.0.0-beta-46"
|
||||
},
|
||||
"dependencies": {
|
||||
"typescript": "^3.9.2"
|
||||
|
||||
Reference in New Issue
Block a user