Skip to content

Commit 5f35314

Browse files
committed
feat(esm): Convert heal.js template to ESM
Updated heal.js template file to use import statement.
1 parent aa01456 commit 5f35314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/template/heal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { heal, ai } = require('codeceptjs')
1+
import { heal, ai } from 'codeceptjs'
22

33
heal.addRecipe('ai', {
44
priority: 10,

0 commit comments

Comments
 (0)