Skip to content
Snippets Groups Projects
Commit 8ebf4a6b authored by totten's avatar totten
Browse files

Rename docs/testing/javascript.md => docs/testing/karma.md

There are multiple tools for testing in JS. We'll want separate pages for each.
parent 279a144e
No related branches found
No related tags found
1 merge request!415Reorganize "Testing" pages
......@@ -165,7 +165,7 @@ CiviCRM has a small set up of Qunit which is an automated testing system. It's g
### Karma
For testing CiviCRM's Angular implementation in Core, CiviCRM has intergrated some Karma tests into the standard test suite that is run against each Pull request. More information on karma can be found in the [Javascript testing](/testing/javascript.md) section of this guide
For testing CiviCRM's Angular implementation in Core, CiviCRM has intergrated some Karma tests into the standard test suite that is run against each Pull request. More information on karma can be found in the [Karama (JS)](/testing/karma.md) section of this guide
## Javascript in Markup
......
File moved
......@@ -184,7 +184,7 @@ pages:
- Testing:
- Testing: testing/index.md
- PHPUnit Tests: testing/phpunit.md
- Javascript Tests: testing/javascript.md
- Karma (JS) Tests: testing/karma.md
- Selenium Tests: testing/selenium.md
- Continuous Integration: testing/continuous-integration.md
- Upgrade Tests: testing/upgrades.md
......
......@@ -6,6 +6,7 @@ extensions/basics extensions
api/general api
hooks/hook_civicrm_trigger_info hooks/hook_civicrm_triggerInfo
testing/setup testing/index
testing/javascript testing/karma
framework/schema-definition framework/database/schema-definition
api/params api/options
testing/selinium testing/selenium
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment