We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2b0ca commit 0271c05Copy full SHA for 0271c05
1 file changed
support.js
@@ -1,6 +1,6 @@
1
/// <reference types="cypress" />
2
3
-import { html } from 'common-tags'
+const { html } = require('common-tags')
4
5
//
6
// implementation of the custom command "cy.api"
0 commit comments