Skip to content

Commit 0271c05

Browse files
committed
fix: use require
1 parent df2b0ca commit 0271c05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="cypress" />
22

3-
import { html } from 'common-tags'
3+
const { html } = require('common-tags')
44

55
//
66
// implementation of the custom command "cy.api"

0 commit comments

Comments
 (0)