mediawiki-extensions-Math/modules/ve-math/tests/.eslintrc.json
physikerwelt (Moritz Schubotz) be9d701825
Add JS unit test
Add a first test to check that the testing framework is functional.

Bug: T288074
Change-Id: If4a6d14f14d7b964db31781b3caf23eb383c06c1
2021-08-05 09:54:10 +02:00

7 lines
64 B
JSON

{
"extends": [
"wikimedia/qunit",
"../.eslintrc.json"
]
}