Update testhelpers to fix wonky import

This commit is contained in:
Nikolaj
2020-08-06 08:53:17 +02:00
parent 6a67fd5fab
commit 355804d4a6
2 changed files with 2 additions and 2 deletions
@@ -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"