Skip to content

Commit 0bbfc84

Browse files
committed
Update code block style
1 parent 22e8aff commit 0bbfc84

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

tools/make/lib/test-browsers/Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ endif
2424
#
2525
# This target [browserifies][1] test files (and the [proxyquire-universal][2] plugin), runs unit tests in a local (headless) browser using a specified test runner, and pipes output to a TAP reporter which is expected to be [tap-spec][3].
2626
#
27-
# To install browserify, proxyquire-universal, and tap-spec:
28-
# $ npm install browserify proxyquire-universal tap-spec
27+
# To install `browserify`, `proxyquire-universal`, and `tap-spec`:
28+
#
29+
# ```bash
30+
# $ npm install browserify proxyquire-universal tap-spec
31+
# ```
2932
#
3033
# [1]: https://github.com/substack/node-browserify
3134
# [2]: https://github.com/bendrucker/proxyquire-universal

tools/make/lib/test-browsers/testling.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
# Define the path to the [testling][1] executable.
55
#
66
# To install testling:
7-
# $ npm install testling
7+
#
8+
# ```bash
9+
# $ npm install testling
10+
# ```
811
#
912
# [1]: https://github.com/substack/testling
1013
BROWSER_TEST ?= $(BIN_DIR)/testling

0 commit comments

Comments
 (0)