mkinf
mkinf

Reputation: 5

Error while loading functional tests with intern

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

Upvotes: 0

Views: 47

Answers (1)

erikdstock
erikdstock

Reputation: 1207

What does your intern config define for functionalSuites?

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

Upvotes: 0

Related Questions