chore: Use ES modules for backend app
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import testRun from '../../services/test-run';
|
||||
import Step from '../../models/step';
|
||||
import testRun from '../../services/test-run.js';
|
||||
import Step from '../../models/step.js';
|
||||
|
||||
const executeFlow = async (_parent, params, context) => {
|
||||
const conditions = context.currentUser.can('update', 'Flow');
|
||||
|
Reference in New Issue
Block a user