You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few specs that use template literal strings as the titles. The it blocks beneath seem to get grouped together as one big describe when evaluating duplication, even with the branch scope mode enabled.
Further investigation seems to indicate that this happens with string constants as well. No template literal necessary. Any sort of evaluation yields this warning.
…evaluated expressions
Corrects rule state in branch mode if a call to `describe` or `it` is encountered with an evaluated expression as first argument. Fixestlvince#164.
I have a few specs that use template literal strings as the titles. The it blocks beneath seem to get grouped together as one big describe when evaluating duplication, even with the branch scope mode enabled.
My config looks like this:
My describe blocks follow this general shape:
karma/jasmine execute the tests normally and emit the correct spec titles in the output, however the eslint output yields the following warnings:
I am using
node.js v8.11.1
eslint 3.19.0
eslint-plugin-jasmine 2.10.1
The text was updated successfully, but these errors were encountered: