Skip to content

Commit 38539d5

Browse files
committed
remove unnessecary anchor tag
1 parent 7eb37ee commit 38539d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v1.10.0/testing/test-runners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
When it comes to running your tests there are multiple approaches that you can take depending on what best suits your workflow. Finding a low friction method of running your tests is important because it is something that you will be doing quite often.
22

3-
### <a name="browser"></a>The Browser
3+
### The Browser
44

55
The simplest way of running your tests is just opening a page in the browser. The following is how to put a test "harness" around your app with qunit so you can run tests against it:
66

0 commit comments

Comments
 (0)