tenfourfox/testing/eslint-plugin-mozilla/docs/mark-test-function-used.rst

12 lines
240 B
ReStructuredText
Raw Normal View History

2017-04-19 07:56:45 +00:00
.. _mark-test-function-used:
=======================
mark-test-function-used
=======================
Rule Details
------------
Simply marks test (the test method) as used. This avoids ESLint telling
us that the function is never called.