0

I am trying to launch a functional test with Intern, using this command:

./node_modules/.bin/intern-runner config=tests/intern

,but I am having an error since yesterday, talking about the loader file.

enter image description here

Can somebody help me with this issue pleas? Thanks in advance.

MK

armatita
  • 12,825
  • 8
  • 48
  • 49
mkinf
  • 5
  • 3

1 Answers1

0

What does your intern config define for functionalSuites?

it should be functionalSuites: [ 'tests/functional/index' ],

erikdstock
  • 1,117
  • 9
  • 16